Skip to content

Commit 9c57944

Browse files
committed
Added sentences capitalization to the first editText
1 parent cca92c7 commit 9c57944

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/activity_main.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
<com.simplemobiletools.commons.views.MyEditText
5151
android:id="@+id/text_edittext"
52+
android:inputType="textCapSentences"
5253
android:layout_width="match_parent"
5354
android:layout_height="wrap_content"
5455
android:layout_marginStart="@dimen/activity_margin"

0 commit comments

Comments
 (0)