Added sentences capitalization to the first editText

This commit is contained in:
merkost 2023-06-18 13:09:08 +10:00
parent cca92c784a
commit 9c57944b29
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
<com.simplemobiletools.commons.views.MyEditText
android:id="@+id/text_edittext"
android:inputType="textCapSentences"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_margin"