From 9690b19636de413075cf66462d0620157e5358d1 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Tue, 22 Apr 2014 09:22:40 -0700 Subject: [PATCH] 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 --- res/layout-land/choose_lock_pattern.xml | 3 ++- res/layout-land/confirm_lock_pattern.xml | 3 ++- res/layout-sw600dp-land/choose_lock_pattern.xml | 1 + res/layout-sw600dp-land/confirm_lock_pattern.xml | 1 + res/layout-sw600dp/choose_lock_pattern.xml | 1 + res/layout-sw600dp/confirm_lock_pattern.xml | 1 + res/layout/choose_lock_pattern.xml | 3 ++- res/layout/confirm_lock_pattern.xml | 3 ++- res/values/colors.xml | 2 ++ 9 files changed, 14 insertions(+), 4 deletions(-) diff --git a/res/layout-land/choose_lock_pattern.xml b/res/layout-land/choose_lock_pattern.xml index 6d3d6da21f1..1fa5938a19d 100644 --- a/res/layout-land/choose_lock_pattern.xml +++ b/res/layout-land/choose_lock_pattern.xml @@ -85,7 +85,8 @@ + android:layout_height="match_parent" + android:background="@color/lock_pattern_background" /> diff --git a/res/layout-land/confirm_lock_pattern.xml b/res/layout-land/confirm_lock_pattern.xml index 87343c88207..6e307b1dab6 100644 --- a/res/layout-land/confirm_lock_pattern.xml +++ b/res/layout-land/confirm_lock_pattern.xml @@ -59,7 +59,8 @@ + android:layout_height="match_parent" + android:background="@color/lock_pattern_background" /> diff --git a/res/layout-sw600dp-land/choose_lock_pattern.xml b/res/layout-sw600dp-land/choose_lock_pattern.xml index 8fa1ceee16b..e0d96679e3d 100644 --- a/res/layout-sw600dp-land/choose_lock_pattern.xml +++ b/res/layout-sw600dp-land/choose_lock_pattern.xml @@ -46,6 +46,7 @@ + android:layout_height="match_parent" + android:background="@color/lock_pattern_background" />