summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-04-22 09:22:40 -0700
committerAmith Yamasani <yamasani@google.com>2014-04-22 09:37:49 -0700
commit9690b19636de413075cf66462d0620157e5358d1 (patch)
tree3f3d4638ac08cd2885275a6d54b496cd842f1332 /res/layout-sw600dp
parent2ce2fd2085653904d243071b505cc0ab485ea64c (diff)
downloadpackages_apps_Settings-9690b19636de413075cf66462d0620157e5358d1.zip
packages_apps_Settings-9690b19636de413075cf66462d0620157e5358d1.tar.gz
packages_apps_Settings-9690b19636de413075cf66462d0620157e5358d1.tar.bz2
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
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/choose_lock_pattern.xml1
-rw-r--r--res/layout-sw600dp/confirm_lock_pattern.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-sw600dp/choose_lock_pattern.xml b/res/layout-sw600dp/choose_lock_pattern.xml
index dec8244..7733184 100644
--- a/res/layout-sw600dp/choose_lock_pattern.xml
+++ b/res/layout-sw600dp/choose_lock_pattern.xml
@@ -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
diff --git a/res/layout-sw600dp/confirm_lock_pattern.xml b/res/layout-sw600dp/confirm_lock_pattern.xml
index c32422e..12e2b86 100644
--- a/res/layout-sw600dp/confirm_lock_pattern.xml
+++ b/res/layout-sw600dp/confirm_lock_pattern.xml
@@ -49,6 +49,7 @@
android:layout_width="354dip"
android:layout_height="354dip"
android:layout_marginTop="80dip"
+ android:background="@color/lock_pattern_background"
aspect="square"/>
<View