From 07e52cf61553373410b7ab47348d338a2877739e Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Wed, 19 Mar 2014 12:32:54 -0700 Subject: Allow spell checking in owner info field Bug: 10231042 Change-Id: Ifbf8aa92de9fd92a16e3b292169b1cf7b4d1eb4f --- res/layout/ownerinfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/layout/ownerinfo.xml b/res/layout/ownerinfo.xml index 35f04d8..938fd96 100644 --- a/res/layout/ownerinfo.xml +++ b/res/layout/ownerinfo.xml @@ -71,7 +71,7 @@ android:hint="@string/owner_info_settings_edit_text_hint" android:lines="8" android:maxLines="8" - android:inputType="textNoSuggestions|textMultiLine" + android:inputType="textMultiLine|textCapSentences" /> -- cgit v1.1