修复聊天框内容变宽的问题

This commit is contained in:
zlzw 2022-11-18 16:39:09 +08:00
parent a3ad9a17c7
commit 40b37b49f9

View File

@ -10,7 +10,7 @@
<TextView
android:id="@+id/text_txt"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left"
android:layout_marginLeft="9dp"