diff options
author | Amith Yamasani <yamasani@google.com> | 2014-04-22 09:22:40 -0700 |
---|---|---|
committer | Amith Yamasani <yamasani@google.com> | 2014-04-22 09:37:49 -0700 |
commit | 9690b19636de413075cf66462d0620157e5358d1 (patch) | |
tree | 3f3d4638ac08cd2885275a6d54b496cd842f1332 /res/layout/choose_lock_pattern.xml | |
parent | 2ce2fd2085653904d243071b505cc0ab485ea64c (diff) | |
download | packages_apps_Settings-9690b19636de413075cf66462d0620157e5358d1.tar.gz packages_apps_Settings-9690b19636de413075cf66462d0620157e5358d1.tar.bz2 packages_apps_Settings-9690b19636de413075cf66462d0620157e5358d1.zip |
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/choose_lock_pattern.xml')
-rw-r--r-- | res/layout/choose_lock_pattern.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/choose_lock_pattern.xml b/res/layout/choose_lock_pattern.xml index f932b4ebc..50f05d831 100644 --- a/res/layout/choose_lock_pattern.xml +++ b/res/layout/choose_lock_pattern.xml @@ -41,7 +41,8 @@ <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" /> <!-- bottom line looks bad when button bar is their too, omit in this case --> <!--View |