android 聊天页面,目前用的控件是TIMMentionEditText,该控件内容输入太多后,导致文本框高度会撑满全屏,如何设置该控件的高度? 如下设置: android:maxLines="3" android:layout_height="wrap_content"
都不行
相似问题