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

Commit bd0d33e3 authored by edgar.huang's avatar edgar.huang Committed by edgar huang
Browse files

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

Precondition: set the Font size and Display size to largest
Enter into the find sensor screen and the NEXT button is missing.
Test: manual - Enter into the find sensor screen -
and can find the NEXT button after sliding the screen.

Merged-In: I8f6219ab22abad98111f016d633bf100dc3222ce
Change-Id: I8f6219ab22abad98111f016d633bf100dc3222ce
parent c4b0fa58
Loading
Loading
Loading
Loading
+38 −30
Original line number Diff line number Diff line
@@ -40,6 +40,12 @@
            android:clipToPadding="false"
            android:orientation="vertical">

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

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
@@ -80,6 +86,8 @@

                </LinearLayout>

            </ScrollView>

        </LinearLayout>

        <FrameLayout