1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 04:59:08 -05:00

Fix capitalization in new message activity (#860)

This commit is contained in:
Mikołaj Pich 2020-06-02 01:01:58 +02:00 committed by GitHub
parent d8d13c73fb
commit fb554a4a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -148,7 +148,7 @@
android:hint="@string/message_content"
android:imeOptions="flagNoExtractUi"
android:importantForAutofill="no"
android:inputType="textMultiLine"
android:inputType="textMultiLine|textCapSentences"
android:minHeight="58dp"
android:paddingStart="16dp"
android:paddingLeft="16dp"