summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2014-03-19 19:47:33 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-03-19 19:47:33 +0000
commit3929cdcfca19a1ae196375b2a6eec4d98497fc54 (patch)
treea15644d89f9c6f2daf298d7ff92e1fd2e6ff7b09 /res
parenta7f399123f12269a836c4c79471b7750ad673fcb (diff)
parent07e52cf61553373410b7ab47348d338a2877739e (diff)
downloadpackages_apps_Settings-3929cdcfca19a1ae196375b2a6eec4d98497fc54.zip
packages_apps_Settings-3929cdcfca19a1ae196375b2a6eec4d98497fc54.tar.gz
packages_apps_Settings-3929cdcfca19a1ae196375b2a6eec4d98497fc54.tar.bz2
Merge "Allow spell checking in owner info field"
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>