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

Commit 9690b196 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Temporary color change to make lock pattern screen visible

Fixes the white on white in Settings when creating or confirming
a lock pattern.

Change-Id: Ie4770edbabb76b984e17b84f8f1e7c991bb2316b
parent 2ce2fd20
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -85,7 +85,8 @@
    <!-- right side: lock pattern -->
    <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
         android:layout_width="match_parent"
         android:layout_height="match_parent" />
         android:layout_height="match_parent"
         android:background="@color/lock_pattern_background" />


</com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient>
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@
    <!-- right side: lock pattern -->
    <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
         android:layout_width="match_parent"
         android:layout_height="match_parent" />
         android:layout_height="match_parent"
         android:background="@color/lock_pattern_background" />


</com.android.internal.widget.LinearLayoutWithDefaultTouchRecepient>
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@
    <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
        android:layout_width="354dip"
        android:layout_height="354dip"
        android:background="@color/lock_pattern_background"
        aspect="square"/>

    <View
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
    <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
        android:layout_width="354dip"
        android:layout_height="354dip"
        android:background="@color/lock_pattern_background"
        aspect="square"/>

    <View
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
         android:layout_width="354dip"
         android:layout_height="354dip"
         android:layout_marginTop="80dip"
         android:background="@color/lock_pattern_background"
         aspect="square"/>

    <View
Loading