From b7e6f94a4728e284764a45b25985a05e0f5c6273 Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Fri, 8 Jul 2011 13:00:21 +0100 Subject: 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 --- src/com/android/browser/Tab.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/com/android/browser/Tab.java b/src/com/android/browser/Tab.java index 911726c..d8a3af9 100644 --- a/src/com/android/browser/Tab.java +++ b/src/com/android/browser/Tab.java @@ -1214,6 +1214,7 @@ class Tab { final View layout = inflater.inflate(R.layout.setup_autofill_dialog, null); builder.setView(layout) + .setTitle(R.string.autofill_setup_dialog_title) .setPositiveButton(R.string.ok, new DialogInterface.OnClickListener() { @Override public void onClick(DialogInterface dialog, int id) { -- cgit v1.1