From 63cf89a49a751c49bf60b9898e7d59f02b91c046 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 7 Aug 2011 16:06:13 -0700 Subject: [PATCH] Fix 5044847: Minor tweaks to SecuritySettings. Fix for 5044847 removes "Press menu for help" which is no longer used on any device. Fix for 5092312 removes black background from pattern/pin/password settings. Change-Id: I849ea0296aa9f0e9ace65086f9b154a961959f00 --- res/layout/choose_lock_password.xml | 1 - res/layout/choose_lock_pattern.xml | 3 +-- res/layout/confirm_lock_pattern.xml | 3 +-- src/com/android/settings/ChooseLockPattern.java | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/res/layout/choose_lock_password.xml b/res/layout/choose_lock_password.xml index 958cc168499..cb817c50a04 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"> diff --git a/res/layout/choose_lock_pattern.xml b/res/layout/choose_lock_pattern.xml index a3563151f40..f932b4ebc17 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"> + android:layout_height="match_parent">