change inputtype of the SMS message to cap sentences
This commit is contained in:
parent
e042f7f1e0
commit
b90110b108
|
@ -161,6 +161,7 @@
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:hint="@string/type_a_message"
|
android:hint="@string/type_a_message"
|
||||||
|
android:inputType="textCapSentences"
|
||||||
android:minHeight="@dimen/normal_icon_size" />
|
android:minHeight="@dimen/normal_icon_size" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
|
Loading…
Reference in New Issue