From 98c17b91fc00a7f06a758c92ca4554ce841fdb8d Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Wed, 3 Apr 2024 16:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20[=E5=8F=8D=E9=A4=BD?= =?UTF-8?q?=E5=95=8F=E9=A1=8C]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/res/layout/view_message_chat_new_notify.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/main/res/layout/view_message_chat_new_notify.xml b/common/src/main/res/layout/view_message_chat_new_notify.xml index 5051ed94a..248c4b130 100644 --- a/common/src/main/res/layout/view_message_chat_new_notify.xml +++ b/common/src/main/res/layout/view_message_chat_new_notify.xml @@ -43,6 +43,8 @@ android:text="@string/main_anchor_live_notify_info" android:textColor="#CCFFFFFF" android:textSize="11sp" + android:maxLines="1" + android:ellipsize="end" app:layout_constraintEnd_toStartOf="@+id/liveGo" app:layout_constraintStart_toStartOf="@+id/anchorName" app:layout_constraintTop_toBottomOf="@+id/anchorName"