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
This commit is contained in:
Jim Miller
2011-08-07 16:06:13 -07:00
parent 373bda0137
commit 63cf89a49a
4 changed files with 3 additions and 6 deletions

View File

@@ -20,7 +20,6 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:orientation="vertical" android:orientation="vertical"
android:background="@android:color/background_dark"
android:gravity="center_horizontal"> android:gravity="center_horizontal">
<!-- header text ('Enter Pin') --> <!-- header text ('Enter Pin') -->

View File

@@ -18,8 +18,7 @@
android:id="@+id/topLayout" android:id="@+id/topLayout"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent">
android:background="@color/black">
<!-- takes up all space above button bar at bottom --> <!-- takes up all space above button bar at bottom -->
<LinearLayout <LinearLayout

View File

@@ -18,8 +18,7 @@
android:id="@+id/topLayout" android:id="@+id/topLayout"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent">
android:background="@color/black">
<TextView android:id="@+id/headerText" <TextView android:id="@+id/headerText"
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@@ -235,7 +235,7 @@ public class ChooseLockPattern extends PreferenceActivity {
Introduction( Introduction(
R.string.lockpattern_recording_intro_header, R.string.lockpattern_recording_intro_header,
LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled, LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled,
R.string.lockpattern_recording_intro_footer, true), ID_EMPTY_MESSAGE, true),
HelpScreen( HelpScreen(
R.string.lockpattern_settings_help_how_to_record, R.string.lockpattern_settings_help_how_to_record,
LeftButtonMode.Gone, RightButtonMode.Ok, ID_EMPTY_MESSAGE, false), LeftButtonMode.Gone, RightButtonMode.Ok, ID_EMPTY_MESSAGE, false),