From 89e91f91b49676be534eb0005d02beae7b8343ba Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 22 四月 2024 10:56:01 +0800
Subject: [PATCH] 2024年04月22日10:55:54

---
 app/src/main/res/layout/activity_my_power_station.xml |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/app/src/main/res/layout/activity_my_power_station.xml b/app/src/main/res/layout/activity_my_power_station.xml
index 50ed6b0..8ff1ef7 100644
--- a/app/src/main/res/layout/activity_my_power_station.xml
+++ b/app/src/main/res/layout/activity_my_power_station.xml
@@ -7,7 +7,19 @@
     android:background="@color/text_F9FAFB"
     tools:context="com.hdl.photovoltaic.ui.MyPowerStationActivity">
 
-    <!--鐢电珯鍒楄〃-Fragment-->
+    <!--棣栭〉-Fragment-->
+    <androidx.fragment.app.FragmentContainerView
+
+        android:id="@+id/my_home_page_fcv0"
+        android:name="com.hdl.photovoltaic.ui.home.HomePageFragment"
+        android:layout_width="match_parent"
+        android:layout_height="0dp"
+        android:visibility="gone"
+        app:layout_constraintBottom_toTopOf="@+id/my_power_station_bottom_ll"
+        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintStart_toStartOf="parent"
+        app:layout_constraintTop_toTopOf="parent" />
+    <!--鐢电珯-Fragment-->
     <androidx.fragment.app.FragmentContainerView
 
         android:id="@+id/my_power_station_fcv1"
@@ -19,7 +31,7 @@
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toTopOf="parent" />
-    <!--娑堟伅-Fragment-->
+    <!--鎶ヨ-Fragment-->
     <androidx.fragment.app.FragmentContainerView
         android:id="@+id/my_message_fcv2"
         android:name="com.hdl.photovoltaic.ui.message.MessageFragment"
@@ -51,13 +63,19 @@
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
         app:layout_constraintStart_toStartOf="parent">
-        <!--鐢电珯-鏍囩-->
+        <!--棣栭〉-妯″潡-->
+        <include
+            android:id="@+id/my_power_station_bottom_il0"
+            layout="@layout/home_bottom_line"
+
+            />
+        <!--鐢电珯-妯″潡-->
         <include
             android:id="@+id/my_power_station_bottom_il1"
             layout="@layout/home_bottom_line"
 
             />
-        <!--娑堟伅-->
+        <!--鎶ヨ-妯″潡-->
         <include
             android:id="@+id/my_message_bottom_il2"
             layout="@layout/home_bottom_line" />
@@ -66,7 +84,7 @@
         <!--            android:layout_width="@dimen/dp_1"-->
         <!--            android:layout_height="@dimen/dp_17"-->
         <!--            android:background="@color/text_CBCDD1" />-->
-        <!--鎴戠殑-鏍囩-->
+        <!--鎴戠殑-妯″潡-->
         <include
             android:id="@+id/my_me_bottom_il3"
             layout="@layout/home_bottom_line" />

--
Gitblit v1.8.0