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 |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/app/src/main/res/layout/fragment_home_page.xml b/app/src/main/res/layout/fragment_home_page.xml
index 23a5805..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"
@@ -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