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

Commit 0104c4c6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Stack fingerprint buttons on small screens"

parents a1df08c4 c11abbcd
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>