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
This commit is contained in:
Paul Lawrence
2014-05-13 13:47:53 -07:00
parent abf3886ed9
commit 3873a193d5

View File

@@ -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"