change the Notes field input type into CapSentences

This commit is contained in:
tibbi 2018-04-29 11:17:06 +02:00
parent ae9edf819e
commit 1bff08d7a2
1 changed files with 1 additions and 1 deletions

View File

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