From 83af08076ac28f58288bb89afabc78ffe6922cd6 Mon Sep 17 00:00:00 2001 From: max Date: Tue, 9 Jul 2024 15:56:20 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=A4=B4=E6=9D=A1UI=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/public_chat_message_activity.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/module_public_chat/res/layout/public_chat_message_activity.xml b/app/src/module_public_chat/res/layout/public_chat_message_activity.xml index effd1a763..75f08aa53 100644 --- a/app/src/module_public_chat/res/layout/public_chat_message_activity.xml +++ b/app/src/module_public_chat/res/layout/public_chat_message_activity.xml @@ -92,7 +92,6 @@ android:layout_height="wrap_content" android:layout_marginStart="@dimen/dp_5" android:ellipsize="end" - android:maxWidth="@dimen/dp_150" android:maxLines="1" android:textColor="#F5EA8E" android:textSize="@dimen/dp_14"