Merge pull request #313 from andrekir/maxLength

increase message max length to 228 chars
This commit is contained in:
Jm Casler 2021-11-28 12:48:21 -08:00 committed by GitHub
commit 6c2de71c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="textMultiLine"
android:maxLength="200"
android:maxLength="228"
android:text="" />
</com.google.android.material.textfield.TextInputLayout>
@ -50,4 +50,4 @@
app:layout_constraintStart_toEndOf="@+id/textInputLayout"
app:srcCompat="@drawable/ic_send_24" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>