私聊最大字数限制改为120个

This commit is contained in:
huangjian
2022-08-22 11:57:08 +08:00
parent 5243fa6382
commit bc3b2a7533

View File

@@ -67,7 +67,7 @@
android:hint="@string/message_hint"
android:imeOptions="actionSend"
android:inputType="text"
android:maxLength="40"
android:maxLength="120"
android:maxLines="4"
android:paddingStart="@dimen/dp_10"
android:paddingEnd="10dp"