OSDN Git Service

Fingerprint enrolling icon should not overlap text
authorKevin Chyn <kchyn@google.com>
Mon, 9 Oct 2017 19:03:31 +0000 (12:03 -0700)
committerKevin Chyn <kchyn@google.com>
Mon, 9 Oct 2017 19:03:31 +0000 (12:03 -0700)
Fixes: 67369609

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

Change-Id: I163af87c69a51b0c91778611afa9e80960231c6a

res/layout-land/fingerprint_enroll_enrolling.xml

index 9890e68..fb6c78b 100644 (file)
                 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">