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
This commit is contained in:
Ben Komalo 2011-10-05 16:14:44 -07:00
parent 03e32770f5
commit 65510b6fb9

View File

@ -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" />
<TextView
android:id="@+id/account_name_label"