From 923e59c7e538300d822eb7bf6d43a5465fb1743c Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 19 十一月 2025 14:31:55 +0800
Subject: [PATCH] 2025-11-19 14:31:50

---
 app/src/main/res/layout/activity_house_search.xml |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/app/src/main/res/layout/activity_house_search.xml b/app/src/main/res/layout/activity_house_search.xml
index f4ceb7e..9175ddc 100644
--- a/app/src/main/res/layout/activity_house_search.xml
+++ b/app/src/main/res/layout/activity_house_search.xml
@@ -33,10 +33,11 @@
 
 
         <RelativeLayout
+            android:id="@+id/search_et_bj"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:layout_marginStart="@dimen/dp_7"
-            android:layout_marginEnd="@dimen/dp_21"
+            android:layout_marginEnd="@dimen/dp_11"
             android:layout_toStartOf="@+id/power_station_search_tv"
             android:layout_toEndOf="@+id/back_rl"
             android:background="@drawable/search_bj_ff1c1c1e">
@@ -76,17 +77,23 @@
                 android:src="@drawable/clear" />
         </RelativeLayout>
 
-        <TextView
+        <LinearLayout
             android:id="@+id/power_station_search_tv"
             android:layout_width="wrap_content"
             android:layout_height="match_parent"
             android:layout_alignParentEnd="true"
-            android:layout_centerVertical="true"
-            android:layout_marginEnd="@dimen/dp_21"
-            android:gravity="center"
-            android:text="@string/search"
-            android:textColor="@color/text_FFACACAC"
-            android:textSize="@dimen/text_14" />
+            android:layout_centerVertical="true">
+
+            <TextView
+                android:layout_width="wrap_content"
+                android:layout_height="match_parent"
+                android:layout_marginStart="@dimen/dp_10"
+                android:layout_marginEnd="@dimen/dp_21"
+                android:gravity="center"
+                android:text="@string/search"
+                android:textColor="@color/text_FFACACAC"
+                android:textSize="@dimen/text_14" />
+        </LinearLayout>
 
 
     </RelativeLayout>
@@ -146,7 +153,7 @@
         app:layout_constraintStart_toStartOf="parent"
         app:layout_constraintTop_toBottomOf="@+id/power_station_search_cl">
 
-        <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
+        <com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout
             android:id="@+id/list_srl"
             android:layout_width="match_parent"
             android:layout_height="0dp"
@@ -158,8 +165,11 @@
             <androidx.recyclerview.widget.RecyclerView
                 android:id="@+id/list_rcv"
                 android:layout_width="match_parent"
-                android:layout_height="match_parent" />
-        </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
+                android:layout_height="match_parent"
+                android:clipToPadding="false"
+                android:paddingTop="@dimen/dp_10"
+                />
+        </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout>
 
     </androidx.constraintlayout.widget.ConstraintLayout>
     <!--娌℃湁鏁版嵁鏄剧ず鏍峰紡-->

--
Gitblit v1.8.0