From e2bffcf662d5d54a7ac1ef45cb63615f76f755ba Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Tue, 6 Dec 2011 16:40:26 +0000 Subject: Explicity specify IME action key behavior for Autofill profile editor. Bug: 5631859 Change-Id: I43dec2396bc467b3f3244e68c140ce1930c0da84 --- res/layout-port/autofill_settings_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout-port') diff --git a/res/layout-port/autofill_settings_fragment.xml b/res/layout-port/autofill_settings_fragment.xml index 16f674d..9f26fd9 100644 --- a/res/layout-port/autofill_settings_fragment.xml +++ b/res/layout-port/autofill_settings_fragment.xml @@ -140,7 +140,8 @@ android:text="@string/autofill_profile_editor_email_address" /> + android:inputType="textEmailAddress" + android:imeOptions="actionDone|flagNoExtractUi" /> -- cgit v1.1