Limit length of the message to 67 characters

master
sh123 2023-12-07 14:31:38 +02:00
rodzic 2c7eb04b69
commit b53785f261
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@
<androidx.appcompat.widget.AppCompatEditText
android:id="@+id/messages_edit"
android:layout_width="0dp"
android:maxLength="67"
android:layout_height="wrap_content"
app:layout_constraintEnd_toStartOf="@+id/messages_send"
app:layout_constraintStart_toStartOf="parent"