From d185499d036e1edcc0362935664ad89b783111d0 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期四, 29 六月 2023 10:09:28 +0800
Subject: [PATCH] 可搜索网关
---
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..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=".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.example.photovoltaic.ui.home.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.example.photovoltaic.ui.home.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