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

Commit 5eca3a64 authored by Ajay Nadathur's avatar Ajay Nadathur
Browse files

Add another fingerprint button not visible in landscape mode

bug:63067568
Test: Manually tested and verified
Change-Id: I172bbf4c4db6cebb2cc96874f3d8d29e859b07d1
parent 8dc795d6
Loading
Loading
Loading
Loading
+75 −69
Original line number Diff line number Diff line
@@ -23,6 +23,11 @@
    android:layout="@layout/suw_glif_blank_template"
    style="?attr/fingerprint_layout_theme">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fillViewport="true">

        <LinearLayout
            style="@style/SuwContentFrame"
            android:layout_width="match_parent"
@@ -44,6 +49,7 @@
                    style="@style/SuwGlifIcon"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="?attr/suwGlifHeaderGravity"
                    android:layout_marginLeft="0dp"
                    android:layout_marginRight="0dp"
                    android:contentDescription="@null"
@@ -117,5 +123,5 @@
            </com.android.setupwizardlib.view.FillContentLayout>

        </LinearLayout>

    </ScrollView>
</com.android.setupwizardlib.GlifLayout>