From 5acb92fd85d4066394c6e5f8b5ad25339fa5963b Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 31 五月 2024 09:42:46 +0800
Subject: [PATCH] 2024年05月31日09:42:38

---
 app/src/main/res/layout/fragment_home_page.xml |    5 +++--
 1 files changed, 3 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 cad2c06..5cdcd0f 100644
--- a/app/src/main/res/layout/fragment_home_page.xml
+++ b/app/src/main/res/layout/fragment_home_page.xml
@@ -4,6 +4,7 @@
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:background="@drawable/bj"
     tools:context=".ui.home.HomePageFragment">
 
     <TextView
@@ -135,7 +136,7 @@
                             android:layout_marginStart="@dimen/dp_16"
                             android:layout_marginTop="@dimen/dp_21"
                             android:layout_toEndOf="@+id/home_page_station_info_rl1_f"
-                            android:text="0.00kW.h" />
+                            android:text="0.00kWp" />
 
                         <TextView
                             android:id="@+id/info_rl1_text2_tv"
@@ -155,7 +156,7 @@
                             android:layout_below="@+id/info_rl1_text2_tv"
                             android:layout_alignStart="@+id/info_rl1_text1_tv"
                             android:layout_marginTop="@dimen/dp_16"
-                            android:text="0.00kW.h" />
+                            android:text="0.00kW" />
 
                         <TextView
                             android:id="@+id/info_rl1_text4_tv"

--
Gitblit v1.8.0