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

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

Pattern entry views should be consistent

This change makes confirm_pattern consistent with choose_pattern

Fixes: 27290562

Test: manual
Change-Id: Id56492df71624552c8362f648756ba64bf908965
parent 0f5fadcb
Loading
Loading
Loading
Loading
+34 −25
Original line number Diff line number Diff line
@@ -56,6 +56,13 @@

        </LinearLayout>

        <LinearLayout
            style="@style/SuwContentFrame"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:gravity="center">

            <com.android.internal.widget.LockPatternView
                android:id="@+id/lockPattern"
                android:layout_width="match_parent"
@@ -84,6 +91,8 @@
                android:contentDescription="@string/confirm_fingerprint_icon_content_description"
                android:visibility="gone"/>

        </LinearLayout>

        <Button
            android:id="@+id/cancelButton"
            style="@style/SuwGlifButton.Secondary"