android-calculatorpp/android-app/res/layout/cpp_wizard_step_choose_mode.xml
Sergey Solovyev 80daac23dc wizard added
2013-06-16 22:43:19 +04:00

19 lines
432 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="match_parent"
a:layout_height="match_parent"
a:orientation="vertical">
<TextView
a:text="Choose layout"
a:layout_height="wrap_content"
a:layout_width="match_parent" />
<Spinner
a:id="@+id/wizard_mode_spinner"
a:layout_height="wrap_content"
a:layout_width="match_parent" />
</LinearLayout>