mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Merge pull request #313 from andrekir/maxLength
increase message max length to 228 chars
This commit is contained in:
commit
6c2de71c5c
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue