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/autofill_settings_fragment.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/autofill_settings_fragment.xml b/res/layout/autofill_settings_fragment.xml index ab23ffb..e667b86 100644 --- a/res/layout/autofill_settings_fragment.xml +++ b/res/layout/autofill_settings_fragment.xml @@ -155,7 +155,8 @@ android:text="@string/autofill_profile_editor_email_address" /> + android:inputType="textEmailAddress" + android:imeOptions="actionDone|flagNoExtractUi" /> -- cgit v1.1