Wizard changes
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:my="http://schemas.android.com/apk/res-auto"
|
||||
style="@style/MaterialActivity"
|
||||
android:padding="0dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<android.support.v4.view.ViewPager
|
||||
|
@@ -33,7 +33,7 @@
|
||||
a:layout_height="wrap_content"
|
||||
a:textAppearance="@android:style/TextAppearance.Large"
|
||||
style="@style/WizardLabel"
|
||||
a:text="Choose layout" />
|
||||
a:text="@string/cpp_wizard_layout_title" />
|
||||
|
||||
<Spinner
|
||||
a:id="@+id/wizard_layout_spinner"
|
||||
|
@@ -33,7 +33,7 @@
|
||||
a:layout_height="wrap_content"
|
||||
a:textAppearance="@android:style/TextAppearance.Large"
|
||||
style="@style/WizardLabel"
|
||||
a:text="Choose mode"/>
|
||||
a:text="@string/cpp_wizard_mode_title"/>
|
||||
|
||||
<Spinner
|
||||
a:id="@+id/wizard_mode_spinner"
|
||||
|
@@ -10,6 +10,7 @@
|
||||
<org.solovyev.android.material.MaterialButton
|
||||
style="@style/MaterialButton.Wizard"
|
||||
a:id="@+id/wizard_prev"
|
||||
a:visibility="gone"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_weight="1" />
|
||||
@@ -17,6 +18,7 @@
|
||||
<org.solovyev.android.material.MaterialButton
|
||||
style="@style/MaterialButton.Wizard"
|
||||
a:id="@+id/wizard_next"
|
||||
a:visibility="gone"
|
||||
a:layout_width="0dp"
|
||||
a:layout_height="wrap_content"
|
||||
a:layout_weight="1" />
|
||||
|
Reference in New Issue
Block a user