From a21752181e7364d4aa9acd200fabf7b97efbfd57 Mon Sep 17 00:00:00 2001 From: huangjian Date: Tue, 29 Dec 2020 15:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A3=98=E5=B1=8F=E5=A2=9E=E5=8A=A0=E5=B7=A6?= =?UTF-8?q?=E5=8F=B3padding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/layout_room_box_notify.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_room_box_notify.xml b/app/src/main/res/layout/layout_room_box_notify.xml index d843b0562..cd6e3b4e6 100644 --- a/app/src/main/res/layout/layout_room_box_notify.xml +++ b/app/src/main/res/layout/layout_room_box_notify.xml @@ -7,7 +7,9 @@ android:background="@drawable/bg_box_notice" android:ellipsize="end" android:gravity="center" + android:paddingStart="80dp" + android:paddingEnd="80dp" android:lines="2" android:textSize="12sp" tools:layout_height="wrap_content" - tools:text="" /> \ No newline at end of file + tools:text="hahhahahaahahhahahaahahhahahaahahhahahaahahahaahah" /> \ No newline at end of file