From 562ea59026c221ba2499c8b5cf70e838e44005dd Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 20 五月 2024 18:49:11 +0800
Subject: [PATCH] 2024年05月20日18:49:00

---
 app/src/main/res/layout/fragment_house_list.xml |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml
index 1b78380..c4488fb 100644
--- a/app/src/main/res/layout/fragment_house_list.xml
+++ b/app/src/main/res/layout/fragment_house_list.xml
@@ -115,7 +115,7 @@
                         android:layout_centerVertical="true"
                         android:layout_marginStart="@dimen/dp_11"
                         android:layout_toEndOf="@+id/power_station_search_iv"
-                        android:text="Search the power station"
+                        android:text="@string/search_station"
                         android:textColor="@color/text_66000000"
                         android:textSize="@dimen/text_14" />
                 </RelativeLayout>
@@ -153,7 +153,7 @@
                     layout="@layout/item_station" />
 
                 <include
-                    android:id="@+id/hpower_station_offline_il"
+                    android:id="@+id/power_station_offline_il"
                     layout="@layout/item_station" />
 
                 <include
@@ -349,7 +349,7 @@
                     android:layout_centerVertical="true"
                     android:layout_marginStart="@dimen/dp_11"
                     android:layout_toEndOf="@+id/device_search_iv"
-                    android:text="Search the power station"
+                    android:text="@string/enter_the_device_sn_and_device_name"
                     android:textColor="@color/text_66000000"
                     android:textSize="@dimen/text_14" />
             </RelativeLayout>
@@ -379,15 +379,28 @@
 
     <!--娌℃湁鏁版嵁鏄剧ず鏍峰紡-->
     <include
-        android:id="@+id/null_data_ic"
+        android:id="@+id/home_null_data_ic"
         layout="@layout/null_data_view"
         android:layout_width="match_parent"
         android:layout_height="224dp"
+        android:layout_marginBottom="@dimen/dp_202"
         android:visibility="gone"
         app:layout_constraintBottom_toBottomOf="parent"
         app:layout_constraintEnd_toEndOf="parent"
-        app:layout_constraintStart_toStartOf="parent"
-        app:layout_constraintTop_toTopOf="parent" />
+        app:layout_constraintStart_toStartOf="parent" />
+
+    <!--娌℃湁鏁版嵁鏄剧ず鏍峰紡-->
+    <include
+        android:id="@+id/device_null_data_ic"
+        layout="@layout/null_data_view"
+        android:layout_width="match_parent"
+        android:layout_height="224dp"
+        android:layout_marginBottom="229dp"
+        android:visibility="gone"
+        app:layout_constraintBottom_toBottomOf="parent"
+        app:layout_constraintEnd_toEndOf="parent"
+        app:layout_constraintStart_toStartOf="parent" />
+
 
 </androidx.constraintlayout.widget.ConstraintLayout>
 

--
Gitblit v1.8.0