Merge "Allow spell checking in owner info field"

This commit is contained in:
Amith Yamasani
2014-03-19 19:47:33 +00:00
committed by Android (Google) Code Review

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>