diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/choose_lock_password.xml | 1 | ||||
-rw-r--r-- | res/layout/choose_lock_pattern.xml | 3 | ||||
-rw-r--r-- | res/layout/confirm_lock_pattern.xml | 3 |
3 files changed, 2 insertions, 5 deletions
diff --git a/res/layout/choose_lock_password.xml b/res/layout/choose_lock_password.xml index 958cc16..cb817c5 100644 --- a/res/layout/choose_lock_password.xml +++ b/res/layout/choose_lock_password.xml @@ -20,7 +20,6 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" - android:background="@android:color/background_dark" android:gravity="center_horizontal"> <!-- header text ('Enter Pin') --> 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 diff --git a/res/layout/confirm_lock_pattern.xml b/res/layout/confirm_lock_pattern.xml index 5c6d812..bd100d4 100644 --- a/res/layout/confirm_lock_pattern.xml +++ b/res/layout/confirm_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"> <TextView android:id="@+id/headerText" android:layout_width="match_parent" |