From fb7998a42dfc5899185c63a6a085811034f6ea45 Mon Sep 17 00:00:00 2001 From: Martin <13046765170@163.com> Date: Thu, 1 Aug 2024 16:55:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=98=E6=96=B9=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=A0=87=E9=A2=98=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- live/src/main/res/layout/item_sys_msg.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/live/src/main/res/layout/item_sys_msg.xml b/live/src/main/res/layout/item_sys_msg.xml index ef14f1e2a..c6d132a00 100644 --- a/live/src/main/res/layout/item_sys_msg.xml +++ b/live/src/main/res/layout/item_sys_msg.xml @@ -16,9 +16,12 @@ android:id="@+id/text" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginLeft="20dp" + android:layout_marginStart="20dp" android:layout_marginTop="20dp" - android:layout_marginRight="65dp" + android:layout_marginEnd="15dp" + android:layout_toStartOf="@+id/time" + android:ellipsize="end" + android:maxLines="3" android:text="通知標題標題通知標題標題" android:textColor="#ff161616" android:textSize="16sp" />