From 636c4bb04e4fcd723766b82732990cdb4ae4ea2e Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 22 二月 2024 15:48:23 +0800
Subject: [PATCH] 删除掉本地库
---
app/src/main/res/layout/activity_my_power_station.xml | 39 +++++++++++++++++++++++++++------------
1 files changed, 27 insertions(+), 12 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 5410ff4..50ed6b0 100644
--- a/app/src/main/res/layout/activity_my_power_station.xml
+++ b/app/src/main/res/layout/activity_my_power_station.xml
@@ -5,13 +5,24 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/text_F9FAFB"
- tools:context="com.hdl.photovoltaic.ui.home.MyPowerStationActivity">
+ tools:context="com.hdl.photovoltaic.ui.MyPowerStationActivity">
- <!--鎴戠殑鐢电珯-Fragment-->
+ <!--鐢电珯鍒楄〃-Fragment-->
<androidx.fragment.app.FragmentContainerView
android:id="@+id/my_power_station_fcv1"
- android:name="com.hdl.photovoltaic.ui.home.powerstation.HouseListFragment"
+ 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"
@@ -21,8 +32,8 @@
app:layout_constraintTop_toTopOf="parent" />
<!--鎴戠殑-Fragment-->
<androidx.fragment.app.FragmentContainerView
- android:id="@+id/my_power_station_fcv2"
- android:name="com.hdl.photovoltaic.ui.home.me.MeFragment"
+ 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"
@@ -36,7 +47,6 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dp_49"
android:background="@color/text_FFFFFFFF"
- android:gravity="center"
android:orientation="horizontal"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
@@ -44,16 +54,21 @@
<!--鐢电珯-鏍囩-->
<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" />
+ <!-- <View-->
+ <!-- android:layout_width="@dimen/dp_1"-->
+ <!-- android:layout_height="@dimen/dp_17"-->
+ <!-- android:background="@color/text_CBCDD1" />-->
<!--鎴戠殑-鏍囩-->
<include
- android:id="@+id/my_power_station_bottom_il2"
+ android:id="@+id/my_me_bottom_il3"
layout="@layout/home_bottom_line" />
--
Gitblit v1.8.0