Merge "Change to use footer button of setupcompat"
This commit is contained in:
@@ -39,6 +39,6 @@
|
||||
style="@style/SuwGlifButton.Primary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/suw_next_button_label" />
|
||||
android:text="@string/wizard_next" />
|
||||
|
||||
</com.google.android.setupdesign.view.ButtonBarLayout>
|
||||
|
@@ -39,6 +39,6 @@
|
||||
style="@style/SuwGlifButton.Primary"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/suw_next_button_label" />
|
||||
android:text="@string/wizard_next" />
|
||||
|
||||
</com.google.android.setupdesign.view.ButtonBarLayout>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="onNavigateBack"
|
||||
android:visibility="gone"
|
||||
android:text="@string/suw_back_button_label" />
|
||||
android:text="@string/wizard_back" />
|
||||
|
||||
<Space
|
||||
android:layout_width="0dp"
|
||||
@@ -41,6 +41,6 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="onNavigateNext"
|
||||
android:visibility="gone"
|
||||
android:text="@string/suw_next_button_label" />
|
||||
android:text="@string/wizard_next" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@@ -6746,7 +6746,7 @@
|
||||
<string name="wizard_back">Back</string>
|
||||
<!-- Wizard next button label [CHAR LIMIT=25] -->
|
||||
<string name="wizard_next">Next</string>
|
||||
<!-- Wizard next button label [CHAR LIMIT=25] -->
|
||||
<!-- Wizard finish button label [CHAR LIMIT=25] -->
|
||||
<string name="wizard_finish">Finish</string>
|
||||
|
||||
<!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
|
||||
|
Reference in New Issue
Block a user