mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-18 18:19:54 +01:00
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_toRightOf="@+id/contact_notes_image"
|
||||
android:hint="@string/notes"
|
||||
android:inputType="textCapWords|textMultiLine"
|
||||
android:inputType="textCapSentences|textMultiLine"
|
||||
android:textCursorDrawable="@null"
|
||||
android:textSize="@dimen/bigger_text_size"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user