diff options
Diffstat (limited to 'res/layout/choose_lock_pattern.xml')
-rw-r--r-- | res/layout/choose_lock_pattern.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/choose_lock_pattern.xml b/res/layout/choose_lock_pattern.xml index a356315..f932b4e 100644 --- a/res/layout/choose_lock_pattern.xml +++ b/res/layout/choose_lock_pattern.xml @@ -18,8 +18,7 @@ android:id="@+id/topLayout" android:orientation="vertical" android:layout_width="wrap_content" - android:layout_height="match_parent" - android:background="@color/black"> + android:layout_height="match_parent"> <!-- takes up all space above button bar at bottom --> <LinearLayout |