Added sentences capitalization to the first editText
This commit is contained in:
parent
cca92c784a
commit
9c57944b29
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyEditText
|
<com.simplemobiletools.commons.views.MyEditText
|
||||||
android:id="@+id/text_edittext"
|
android:id="@+id/text_edittext"
|
||||||
|
android:inputType="textCapSentences"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="@dimen/activity_margin"
|
android:layout_marginStart="@dimen/activity_margin"
|
||||||
|
|
Loading…
Reference in New Issue