diff options
author | Ben Murdoch <benm@google.com> | 2011-07-08 10:06:44 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-07-08 10:06:44 -0700 |
commit | 1b652acc1ac3f6e7d5c2222fdd2a81285e9b2e03 (patch) | |
tree | 0999bc2b931de97a5da75f9389dea225f322222e /res | |
parent | 0830c065cafe55dc0557d45e0b96a596b3e08adb (diff) | |
parent | b7e6f94a4728e284764a45b25985a05e0f5c6273 (diff) | |
download | packages_apps_Browser-1b652acc1ac3f6e7d5c2222fdd2a81285e9b2e03.zip packages_apps_Browser-1b652acc1ac3f6e7d5c2222fdd2a81285e9b2e03.tar.gz packages_apps_Browser-1b652acc1ac3f6e7d5c2222fdd2a81285e9b2e03.tar.bz2 |
Merge "Update UI for "Setup Auto-fill" dialog."
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/setup_autofill_dialog.xml | 7 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 7 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" diff --git a/res/values/strings.xml b/res/values/strings.xml index d0e81ac..81edfb2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -423,6 +423,8 @@ <!-- Button text to delete all the AutoFill profile data [CHAR-LIMIT=20] --> <string name="autofill_profile_editor_delete_profile">Delete profile</string> + <!-- Title on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=32] --> + <string name="autofill_setup_dialog_title">Setup Auto-fill?</string> <!-- Text on a dialog shown to the user when they are prompted to set up the autofill feature [CHAR-LIMIT=NONE] --> <string name="autofill_setup_dialog_message">Browser can automatically complete web forms like this one. Would you like to set up your profile?</string> <!-- Toast message displayed when the user decides to not set up autofill at this time. We want to remind them that they can configure |