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

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

Merge "There is no NEXT button in find sensor screen of fingerprint."

parents 32b0f1d4 d2e50c3c
Loading
Loading
Loading
Loading
+48 −39
Original line number Diff line number Diff line
@@ -40,9 +40,16 @@
            android:clipToPadding="false"
            android:orientation="vertical">

            <LinearLayout
            <ScrollView
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                android:clipChildren="false"
                android:clipToPadding="false"
                android:fillViewport="true">

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:orientation="vertical"
                    android:clipChildren="false"
                    android:clipToPadding="false">
@@ -86,6 +93,8 @@

                </LinearLayout>

            </ScrollView>

        </LinearLayout>

        <FrameLayout