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.

Change-Id: I8f6219ab22abad98111f016d633bf100dc3222ce
This commit is contained in:
Maurice Lam
2017-09-22 17:31:38 +08:00
parent f9d25494ad
commit d2e50c3c2b

View File

@@ -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