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

Commit 43a49fca authored by Ajay Nadathur's avatar Ajay Nadathur Committed by android-build-merger
Browse files

Merge "Add another fingerprint button not visible in landscape mode" into oc-dr1-dev

am: 482b7fea

Change-Id: I662ed360a3fa3031679ad91cb3280893694b60bd
parents 7811db45 482b7fea
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>