Merge "A better auto brightness"
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"