Merge "Temporary color change to make lock pattern screen visible"

This commit is contained in:
Amith Yamasani
2014-04-22 19:20:15 +00:00
committed by Android (Google) Code Review
9 changed files with 14 additions and 4 deletions

View File

@@ -41,7 +41,8 @@
<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" />
<!-- bottom line looks bad when button bar is their too, omit in this case -->
<!--View

View File

@@ -34,7 +34,8 @@
<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" />
<View
android:background="@*android:drawable/code_lock_bottom"