From 331a7abecb31a856bee7950755c32ff701508a8a Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期一, 05 六月 2023 09:44:59 +0800 Subject: [PATCH] 2023年06月05日09:44:56 --- app/src/main/res/layout/activity_my_power_station.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 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..566b68c 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,13 @@ 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--> <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" @@ -22,7 +22,7 @@ <!--鎴戠殑-Fragment--> <androidx.fragment.app.FragmentContainerView android:id="@+id/my_power_station_fcv2" - android:name="com.hdl.photovoltaic.ui.home.me.MeFragment" + android:name="com.hdl.photovoltaic.ui.me.MeFragment" android:layout_width="match_parent" android:layout_height="0dp" android:visibility="gone" -- Gitblit v1.8.0