From f7c38847b8e00c84c30e51a92c03071d3e9a9da8 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 14 五月 2024 09:08:57 +0800 Subject: [PATCH] 2024年05月14日09:08:49 --- app/src/main/res/layout/activity_my_power_station.xml | 12 +++++------- 1 files changed, 5 insertions(+), 7 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 f359a9d..dbfaefd 100644 --- a/app/src/main/res/layout/activity_my_power_station.xml +++ b/app/src/main/res/layout/activity_my_power_station.xml @@ -5,15 +5,14 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bj" - - tools:context="com.hdl.photovoltaic.ui.MyPowerStationActivity"> + tools:context="com.hdl.photovoltaic.ui.BPowerStationActivity"> <!--棣栭〉-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_width="0dp" android:layout_height="0dp" android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/my_power_station_bottom_ll" @@ -22,10 +21,9 @@ 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_width="0dp" android:layout_height="0dp" android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/my_power_station_bottom_ll" @@ -36,7 +34,7 @@ <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_width="0dp" android:layout_height="0dp" android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/my_power_station_bottom_ll" @@ -47,7 +45,7 @@ <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_width="0dp" android:layout_height="0dp" android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/my_power_station_bottom_ll" -- Gitblit v1.8.0