change the Notes field input type into CapSentences
This commit is contained in:
parent
ae9edf819e
commit
1bff08d7a2
|
@ -341,7 +341,7 @@
|
||||||
android:layout_marginTop="@dimen/normal_margin"
|
android:layout_marginTop="@dimen/normal_margin"
|
||||||
android:layout_toRightOf="@+id/contact_notes_image"
|
android:layout_toRightOf="@+id/contact_notes_image"
|
||||||
android:hint="@string/notes"
|
android:hint="@string/notes"
|
||||||
android:inputType="textCapWords|textMultiLine"
|
android:inputType="textCapSentences|textMultiLine"
|
||||||
android:textCursorDrawable="@null"
|
android:textCursorDrawable="@null"
|
||||||
android:textSize="@dimen/bigger_text_size"/>
|
android:textSize="@dimen/bigger_text_size"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue