From dac1f2838830dbe6f7ae791cc4563a00c4c5fe92 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期五, 02 六月 2023 15:06:18 +0800 Subject: [PATCH] 2023年06月02日15:06:03 --- 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 8e9da08..d69baa7 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=".ui.home.MyPowerStationActivity"> + tools:context="com.hdl.photovoltaic.ui.home.MyPowerStationActivity"> <!--鎴戠殑鐢电珯-Fragment--> <androidx.fragment.app.FragmentContainerView android:id="@+id/my_power_station_fcv1" - android:name="com.example.photovoltaic.ui.home.HouseListFragment" + android:name="com.hdl.photovoltaic.ui.home.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.example.photovoltaic.ui.home.MeFragment" + android:name="com.hdl.photovoltaic.ui.home.MeFragment" android:layout_width="match_parent" android:layout_height="0dp" android:visibility="gone" -- Gitblit v1.8.0