| | |
| | | |
| | | 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" |
| | |
| | | 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" |
| | |
| | | <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" |
| | |
| | | <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" |