Add another fingerprint button not visible in landscape mode

bug:63067568
Test: Manually tested and verified
Change-Id: I172bbf4c4db6cebb2cc96874f3d8d29e859b07d1
This commit is contained in:
Ajay Nadathur
2017-07-11 11:12:47 -07:00
parent 8dc795d64b
commit 5eca3a64ea

View File

@@ -23,6 +23,11 @@
android:layout="@layout/suw_glif_blank_template"
style="?attr/fingerprint_layout_theme">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true">
<LinearLayout
style="@style/SuwContentFrame"
android:layout_width="match_parent"
@@ -44,6 +49,7 @@
style="@style/SuwGlifIcon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="?attr/suwGlifHeaderGravity"
android:layout_marginLeft="0dp"
android:layout_marginRight="0dp"
android:contentDescription="@null"
@@ -117,5 +123,5 @@
</com.android.setupwizardlib.view.FillContentLayout>
</LinearLayout>
</ScrollView>
</com.android.setupwizardlib.GlifLayout>