From 1d676b6d3080ea2e8206e2a601be8390f1bbd0ed Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Mon, 17 Jan 2011 12:54:24 +0000 Subject: Add a "disable autofill" checkbox to the setup prompt Make the intent of the buttons in the setup autofill dialog clearer by adding an option to disable the feature. The cancel button now simply dismisses the dialog and we only disable the feature if the user checks the new box and clicks OK. Clicking OK without checking the box takes the user to the prdoile editor as before. Bug:3348828 Change-Id: Ib54b879b6953d0c8865d50374188059a43a8e6ba --- res/layout/setup_autofill_dialog.xml | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 res/layout/setup_autofill_dialog.xml (limited to 'res/layout') diff --git a/res/layout/setup_autofill_dialog.xml b/res/layout/setup_autofill_dialog.xml new file mode 100644 index 0000000..084ae7a --- /dev/null +++ b/res/layout/setup_autofill_dialog.xml @@ -0,0 +1,37 @@ + + + + + + + + + + -- cgit v1.1