Stack fingerprint buttons on small screens

Test: Manual
Bug: 77827590
Change-Id: Icfe34d3740af2566be019c329b96b12033d33959
This commit is contained in:
Maurice Lam
2018-04-10 11:43:21 -07:00
parent f414f5ab2d
commit c11abbcd65
2 changed files with 8 additions and 6 deletions

View File

@@ -16,8 +16,9 @@
-->
<!-- TODO: Use aapt:attr when it is fixed (b/36809755) -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/SuwGlifButtonBar"
<com.android.setupwizardlib.view.ButtonBarLayout
xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/SuwGlifButtonBar.Stackable"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -40,4 +41,4 @@
android:layout_height="wrap_content"
android:text="@string/security_settings_fingerprint_enroll_done" />
</LinearLayout>
</com.android.setupwizardlib.view.ButtonBarLayout>

View File

@@ -16,8 +16,9 @@
-->
<!-- TODO: Use aapt:attr when it is fixed (b/36809755) -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/SuwGlifButtonBar"
<com.android.setupwizardlib.view.ButtonBarLayout
xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/SuwGlifButtonBar.Stackable"
android:layout_width="match_parent"
android:layout_height="wrap_content">
@@ -40,4 +41,4 @@
android:layout_height="wrap_content"
android:text="@string/suw_next_button_label" />
</LinearLayout>
</com.android.setupwizardlib.view.ButtonBarLayout>