change inputtype of the SMS message to cap sentences

This commit is contained in:
tibbi 2020-05-20 21:42:59 +02:00
parent e042f7f1e0
commit b90110b108
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@
android:background="@android:color/transparent"
android:gravity="center_vertical"
android:hint="@string/type_a_message"
android:inputType="textCapSentences"
android:minHeight="@dimen/normal_icon_size" />
<ImageView