From 65510b6fb969bb9446c5371cd585ec931c655c58 Mon Sep 17 00:00:00 2001 From: Ben Komalo Date: Wed, 5 Oct 2011 16:14:44 -0700 Subject: [PATCH] Don't spell check account names. note that this applies for the account name. the actual user name has inputType=textPersonName, which I guess the framework folks have decided should be spellchecked, so I'm leaving that as is Bug: 5418912 Change-Id: Ie39aa64e59940415b4d8d9a275af07c902937234 --- res/layout/account_setup_names.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/account_setup_names.xml b/res/layout/account_setup_names.xml index 4480edb0d..a43d2e86a 100644 --- a/res/layout/account_setup_names.xml +++ b/res/layout/account_setup_names.xml @@ -44,7 +44,7 @@ android:layout_height="wrap_content" android:layout_width="match_parent" android:contentDescription="@string/account_setup_names_account_name_label" - android:inputType="textCapWords" + android:inputType="textCapWords|textNoSuggestions" android:imeOptions="actionNext" />