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

Commit 6a59b937 authored by Bill Lin's avatar Bill Lin Committed by Android (Google) Code Review
Browse files

Merge "Customize the pattern view with dimen/biometric_auth_pattern_view_size" into main

parents 07f536a1 8451244a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,8 +71,8 @@

                <com.android.internal.widget.LockPatternView
                    android:id="@+id/lockPattern"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_width="@dimen/biometric_auth_pattern_view_size"
                    android:layout_height="@dimen/biometric_auth_pattern_view_size"
                    android:layout_gravity="center" />

            </com.google.android.setupdesign.view.FillContentLayout>
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@

                <com.android.internal.widget.LockPatternView
                    android:id="@+id/lockPattern"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:layout_width="@dimen/biometric_auth_pattern_view_size"
                    android:layout_height="@dimen/biometric_auth_pattern_view_size"
                    android:layout_gravity="center" />

            </com.google.android.setupdesign.view.FillContentLayout>