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

Commit 733b7c3c authored by Maurice Lam's avatar Maurice Lam
Browse files

Make sure FP error text is visible in landscape

Use layout_weight in the enrolling progress bar to make sure it
there is space left for the error text.

Test: Manual
Bug: 69686380
Change-Id: Idd3d4c4ac376e721f15b8c9871c56e0619def305
parent 200d6570
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -110,10 +110,11 @@

                <com.android.setupwizardlib.view.FillContentLayout
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_height="0dp"
                    android:layout_marginVertical="24dp"
                    android:layout_weight="1"
                    android:paddingTop="0dp"
                    android:paddingBottom="0dp"
                    android:layout_marginVertical="24dp">
                    android:paddingBottom="0dp">

                    <include layout="@layout/fingerprint_enroll_enrolling_content"
                         android:layout_width="match_parent"