Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit caa78af1 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

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
parent 301cfcda
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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">