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

This commit is contained in:
TreeHugger Robot
2017-10-13 20:11:09 +00:00
committed by Android (Google) Code Review

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