From 3179371d3cb7e067937ae073c74a57bead023ba0 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期一, 25 八月 2025 10:26:54 +0800
Subject: [PATCH] 2025年08月25日10:26:52
---
app/src/main/res/layout/activity_my_power_station.xml | 120 ++++++++++++++++++++++++-----------------------------------
1 files changed, 49 insertions(+), 71 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 814c7ba..e5035f0 100644
--- a/app/src/main/res/layout/activity_my_power_station.xml
+++ b/app/src/main/res/layout/activity_my_power_station.xml
@@ -4,92 +4,70 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="@drawable/bj"
+ android:background="@color/text_FF000000"
tools:context="com.hdl.photovoltaic.ui.BPowerStationActivity">
- <!--棣栭〉-Fragment-->
+ <!--锛堥椤�-鐢电珯-娑堟伅-鎴戠殑锛�-Fragment-->
<androidx.fragment.app.FragmentContainerView
+ android:id="@+id/module_fcv"
+ android:layout_width="0dp"
+ android:layout_height="0dp"
+ app:layout_constraintBottom_toTopOf="@+id/ll"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
- 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"
- android:name="com.hdl.photovoltaic.ui.powerstation.HouseListFragment"
- 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_message_fcv2"
- android:name="com.hdl.photovoltaic.ui.message.MessageFragment"
- 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_me_fcv3"
- android:name="com.hdl.photovoltaic.ui.me.MeFragment"
- 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" />
<LinearLayout
- android:id="@+id/my_power_station_bottom_ll"
+ android:id="@+id/ll"
android:layout_width="match_parent"
- android:layout_height="@dimen/dp_49"
- android:background="@color/text_FFFFFFFF"
- android:orientation="horizontal"
+ android:layout_height="@dimen/dp_64"
+ android:background="@color/text_FF1C1C1E"
+ android:orientation="vertical"
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"
+ <View
+ android:layout_width="match_parent"
+ android:layout_height="0.5dp"
+ android:background="@color/text_1AFFFFFF" />
- />
- <!--鎶ヨ-妯″潡-->
- <include
- android:id="@+id/my_message_bottom_il2"
- layout="@layout/home_bottom_line" />
+ <LinearLayout
+ android:id="@+id/my_power_station_bottom_ll"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:layout_weight="1"
+ android:orientation="horizontal">
- <!-- <View-->
- <!-- 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" />
+ <!--棣栭〉-妯″潡-->
+ <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" />
+
+ <!-- <View-->
+ <!-- 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" />
+ </LinearLayout>
</LinearLayout>
--
Gitblit v1.8.0