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>
|
||||
|
Reference in New Issue
Block a user