Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c11abbcd authored by Maurice Lam's avatar Maurice Lam
Browse files

Stack fingerprint buttons on small screens

Test: Manual
Bug: 77827590
Change-Id: Icfe34d3740af2566be019c329b96b12033d33959
parent f414f5ab
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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>
+4 −3
Original line number Diff line number Diff line
@@ -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>