Allow spell checking in owner info field

Bug: 10231042
Change-Id: Ifbf8aa92de9fd92a16e3b292169b1cf7b4d1eb4f
This commit is contained in:
Amith Yamasani
2014-03-19 12:32:54 -07:00
parent 3386f55caa
commit 07e52cf615

View File

@@ -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>