New Message: fix capitalization in input box, fix #251

wire-gradle
Georg Lukas 2020-08-15 19:20:42 +02:00
rodzic 1dd06c62b3
commit 5688c174a1
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -30,6 +30,7 @@
android:layout_marginRight="10sp"
android:singleLine="true"
android:maxLength="67"
android:inputType="textShortMessage"
android:hint="@string/msg_message_text"
/>
</LinearLayout>