mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-31 07:55:03 +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_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…
x
Reference in New Issue
Block a user