From 7ff35b1a50767e72178a2abbeb3280ce2501def7 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 3 Jun 2024 16:32:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B8=B8=E6=88=8F=E6=8E=92=E8=A1=8C?= =?UTF-8?q?=E6=A6=9C=E5=85=A5=E5=8F=A3=E6=97=A0=E9=9C=80=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/module_game/res/layout/game_home_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/module_game/res/layout/game_home_fragment.xml b/app/src/module_game/res/layout/game_home_fragment.xml index 7d431c389..53e334c4c 100644 --- a/app/src/module_game/res/layout/game_home_fragment.xml +++ b/app/src/module_game/res/layout/game_home_fragment.xml @@ -93,7 +93,7 @@ android:gravity="center" android:includeFontPadding="false" android:maxLines="1" - android:text="@string/main_ranking" + android:text="Rank" android:textColor="#FFEB6F" android:textSize="@dimen/dp_9" app:autoSizeMaxTextSize="@dimen/dp_9"