From 0bf583d6fa50fc4ab1eb4dd55c968e6333c9640c Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 04 十二月 2024 13:25:31 +0800
Subject: [PATCH] 2024年12月04日13:25:29
---
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