From 3873a193d51f50a859aef2d350b6c834d42aecba Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Tue, 13 May 2014 13:47:53 -0700 Subject: [PATCH] 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 --- res/layout/crypt_keeper_pattern_field.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/res/layout/crypt_keeper_pattern_field.xml b/res/layout/crypt_keeper_pattern_field.xml index c4ec1f4128b..a24d9aade8e 100644 --- a/res/layout/crypt_keeper_pattern_field.xml +++ b/res/layout/crypt_keeper_pattern_field.xml @@ -22,7 +22,9 @@ + android:layout_height="match_parent" + android:background="@color/lock_pattern_background" + />