summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-03-19 12:32:54 -0700
committerAmith Yamasani <yamasani@google.com>2014-03-19 12:32:54 -0700
commit07e52cf61553373410b7ab47348d338a2877739e (patch)
treebb83a04025567cbc7cea366f0a75ae71ae1f1e36 /res
parent3386f55caa5afd0a0b97438500d9cc6fe42c1370 (diff)
downloadpackages_apps_Settings-07e52cf61553373410b7ab47348d338a2877739e.zip
packages_apps_Settings-07e52cf61553373410b7ab47348d338a2877739e.tar.gz
packages_apps_Settings-07e52cf61553373410b7ab47348d338a2877739e.tar.bz2
Allow spell checking in owner info field
Bug: 10231042 Change-Id: Ifbf8aa92de9fd92a16e3b292169b1cf7b4d1eb4f
Diffstat (limited to 'res')
-rw-r--r--res/layout/ownerinfo.xml2
1 files changed, 1 insertions, 1 deletions
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"
/>
</LinearLayout>