From befc4e78334111563c815b7fbde2d7e8c49ef7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E7=9A=AE?= <14840170+lao-pi123@user.noreply.gitee.com> Date: Thu, 10 Oct 2024 17:26:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=88=97=E8=A1=A8item=20Ui?= =?UTF-8?q?=20=E9=97=B4=E8=B7=9D=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/res/layout/item_home_sud_game_list.xml | 4 ++-- common/src/main/res/layout/item_sud_game_list.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/src/main/res/layout/item_home_sud_game_list.xml b/common/src/main/res/layout/item_home_sud_game_list.xml index 887177cac..6318ba6c1 100644 --- a/common/src/main/res/layout/item_home_sud_game_list.xml +++ b/common/src/main/res/layout/item_home_sud_game_list.xml @@ -78,7 +78,7 @@ android:layout_width="150dp" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:layout_marginBottom="5dp" + android:layout_marginBottom="8dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are" @@ -90,7 +90,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="3dp" - android:layout_marginBottom="3dp" + android:layout_marginBottom="7dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are_2" diff --git a/common/src/main/res/layout/item_sud_game_list.xml b/common/src/main/res/layout/item_sud_game_list.xml index 2a0914af1..2ebf2e5c4 100644 --- a/common/src/main/res/layout/item_sud_game_list.xml +++ b/common/src/main/res/layout/item_sud_game_list.xml @@ -79,7 +79,7 @@ android:layout_width="150dp" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:layout_marginBottom="5dp" + android:layout_marginBottom="8dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are" @@ -91,7 +91,7 @@ android:layout_width="70dp" android:layout_height="wrap_content" android:layout_marginEnd="3dp" - android:layout_marginBottom="3dp" + android:layout_marginBottom="7dp" android:ellipsize="end" android:singleLine="true" android:text="@string/interactive_game_player_we_are_2"