summaryrefslogtreecommitdiffstats
path: root/res/layout/crypt_keeper_pattern_field.xml
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-05-13 13:47:53 -0700
committerPaul Lawrence <paullawrence@google.com>2014-05-13 13:47:53 -0700
commit3873a193d51f50a859aef2d350b6c834d42aecba (patch)
tree82b2d9e9dae34d35846feb5346311900a8a9a2b3 /res/layout/crypt_keeper_pattern_field.xml
parentabf3886ed964d4a80d6d805c74d69a242766aad9 (diff)
downloadpackages_apps_Settings-3873a193d51f50a859aef2d350b6c834d42aecba.zip
packages_apps_Settings-3873a193d51f50a859aef2d350b6c834d42aecba.tar.gz
packages_apps_Settings-3873a193d51f50a859aef2d350b6c834d42aecba.tar.bz2
Make pattern visible at decryption time
Set background to gray to enable this. Probably not the idea final look, but at least gets the feature usable. @bug 14883421 Change-Id: Ie599b969d5da8bc21c81c4b974263554697922a6
Diffstat (limited to 'res/layout/crypt_keeper_pattern_field.xml')
-rw-r--r--res/layout/crypt_keeper_pattern_field.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/crypt_keeper_pattern_field.xml b/res/layout/crypt_keeper_pattern_field.xml
index c4ec1f4..a24d9aa 100644
--- a/res/layout/crypt_keeper_pattern_field.xml
+++ b/res/layout/crypt_keeper_pattern_field.xml
@@ -22,7 +22,9 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android">
<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"
+ />
<ImageView android:id="@+id/switch_ime_button"
android:layout_width="wrap_content"