From 3561ef6548cf87fc757bb974f1566b828e3ea0d7 Mon Sep 17 00:00:00 2001 From: huangjian Date: Thu, 5 Jan 2023 16:13:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=88=AA=E6=B5=B7=E5=86=92=E9=99=A9:UI?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/layout_room_radish_notify.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_room_radish_notify.xml b/app/src/main/res/layout/layout_room_radish_notify.xml index 9682a0bad..5e12df50c 100644 --- a/app/src/main/res/layout/layout_room_radish_notify.xml +++ b/app/src/main/res/layout/layout_room_radish_notify.xml @@ -8,7 +8,7 @@ android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" - android:gravity="center" + android:gravity="center_vertical" android:marqueeRepeatLimit="marquee_forever" android:paddingStart="100dp" android:paddingTop="10dp"