Fingerprint enrolling icon should not overlap text

Fixes: 67369609

Test: manual test of enrolling with combinations of multi-window
      and text/display sizes

Change-Id: I163af87c69a51b0c91778611afa9e80960231c6a
This commit is contained in:
Kevin Chyn
2017-10-09 12:03:31 -07:00
parent 301cfcda4c
commit caa78af159

View File

@@ -109,8 +109,8 @@
android:orientation="vertical">
<com.android.setupwizardlib.view.FillContentLayout
android:layout_width="@dimen/fingerprint_progress_bar_max_size"
android:layout_height="@dimen/fingerprint_progress_bar_max_size"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="0dp"
android:paddingBottom="0dp"
android:layout_marginVertical="24dp">