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

Commit a6b67d15 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Pattern entry views should be consistent" into oc-mr1-dev

parents e040ef4a e4cfb6a5
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"