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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user