wjc
2023-06-05 17692267eea4adb77e93363ac27f1caff5f006ae
app/src/main/res/layout/activity_my_power_station.xml
@@ -11,7 +11,7 @@
    <androidx.fragment.app.FragmentContainerView
        android:id="@+id/my_power_station_fcv1"
        android:name="com.hdl.photovoltaic.ui.home.HouseListFragment"
        android:name="com.hdl.photovoltaic.ui.home.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.MeFragment"
        android:name="com.hdl.photovoltaic.ui.home.me.MeFragment"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:visibility="gone"