diff options
author | Ben Murdoch <benm@google.com> | 2011-07-08 13:00:21 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-07-08 13:00:21 +0100 |
commit | b7e6f94a4728e284764a45b25985a05e0f5c6273 (patch) | |
tree | 814a1558c059ee612e8fc4e3ae8e0ed5baf33ad8 /res/layout | |
parent | fbc579af4749526882c764cd176a167205306fe9 (diff) | |
download | packages_apps_Browser-b7e6f94a4728e284764a45b25985a05e0f5c6273.zip packages_apps_Browser-b7e6f94a4728e284764a45b25985a05e0f5c6273.tar.gz packages_apps_Browser-b7e6f94a4728e284764a45b25985a05e0f5c6273.tar.bz2 |
Update UI for "Setup Auto-fill" dialog.
Update the UI for the dialog shown that prompts the user to set
up the form auto-fill feature. Adds a title and uses the same
padding as the framework alert.
Bug: 4671245
Change-Id: I7b4509d971cd36d6116b4f039f06a13140635c67
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/setup_autofill_dialog.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/res/layout/setup_autofill_dialog.xml b/res/layout/setup_autofill_dialog.xml index 084ae7a..499c2a6 100644 --- a/res/layout/setup_autofill_dialog.xml +++ b/res/layout/setup_autofill_dialog.xml @@ -18,14 +18,17 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" - android:paddingTop="20dip" > + android:paddingTop="9dip" + android:paddingBottom="3dip" + android:paddingLeft="3dip" + android:paddingRight="1dip"> <TextView android:text="@string/autofill_setup_dialog_message" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:paddingBottom="5dip" /> + android:padding="5dip" /> <CheckBox android:id="@+id/setup_autofill_dialog_disable_autofill" android:text="@string/disable_autofill" |