From cf7ac284e5c8675c9a89e9d613b3f4effb875c16 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 06 十二月 2024 12:39:25 +0800 Subject: [PATCH] 2024年12月06日12:39:21 --- app/src/main/res/layout/fragment_home_page.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_home_page.xml b/app/src/main/res/layout/fragment_home_page.xml index c93e5f0..71a6dc3 100644 --- a/app/src/main/res/layout/fragment_home_page.xml +++ b/app/src/main/res/layout/fragment_home_page.xml @@ -55,7 +55,7 @@ <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="@dimen/dp_16" + android:paddingBottom="@dimen/dp_10" > @@ -249,7 +249,7 @@ android:layout_below="@+id/progressBar" android:layout_alignStart="@+id/info_rl1_f_text1_tv" android:layout_marginTop="@dimen/dp_8" - android:text="Radio" + android:text="@string/radio" android:textColor="@color/text_66FFFFFF" android:textSize="@dimen/text_12" /> -- Gitblit v1.8.0