From 3ccff7173fb73322f7785d8eaedc90a1b5d8765d Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期二, 10 十二月 2024 22:44:03 +0800
Subject: [PATCH] 2024年12月10日22:43:59

---
 app/src/main/res/layout/fragment_home_page.xml |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 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..016b6d1 100644
--- a/app/src/main/res/layout/fragment_home_page.xml
+++ b/app/src/main/res/layout/fragment_home_page.xml
@@ -21,11 +21,12 @@
 
         <TextView
             android:id="@+id/home_page_title_tv"
-            style="@style/Text20Style"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_centerVertical="true"
-            android:text="@string/power_home_page" />
+            android:text="@string/power_home_page"
+            android:textColor="@color/text_E6FFFFFF"
+            android:textSize="@dimen/text_18" />
 
         <ImageView
             android:id="@+id/home_page_station_add_iv"
@@ -55,7 +56,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"
 
                 >
 
@@ -63,7 +64,7 @@
                 <LinearLayout
                     android:id="@+id/home_page_station_ll"
                     android:layout_width="0dp"
-                    android:layout_height="@dimen/dp_66"
+                    android:layout_height="@dimen/dp_56"
                     android:layout_marginStart="@dimen/dp_16"
                     android:layout_marginEnd="@dimen/dp_16"
                     android:background="@drawable/bj_ff333738"
@@ -249,7 +250,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" />
 
@@ -616,7 +617,7 @@
                         android:id="@+id/home_page_station_select_time_ll"
                         android:layout_width="match_parent"
                         android:layout_height="30.5dp"
-                        android:layout_marginTop="@dimen/dp_24"
+                        android:layout_marginTop="@dimen/dp_22"
                         android:gravity="center"
                         android:orientation="horizontal"
                         app:layout_constraintEnd_toEndOf="parent"
@@ -692,7 +693,7 @@
                         android:id="@+id/chart_title_rl"
                         android:layout_width="match_parent"
                         android:layout_height="@dimen/dp_15"
-                        android:layout_marginTop="@dimen/dp_26"
+                        android:layout_marginTop="@dimen/dp_24"
                         app:layout_constraintEnd_toEndOf="parent"
                         app:layout_constraintStart_toStartOf="parent"
                         app:layout_constraintTop_toBottomOf="@+id/home_page_station_select_time_ll">

--
Gitblit v1.8.0