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

This commit is contained in:
Treehugger Robot
2017-10-13 21:45:18 +00:00
committed by Gerrit Code Review

View File

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