From c3542b10ea66a1c3fad44fe8e0efd357d7d3857e Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 19 十一月 2025 19:32:41 +0800
Subject: [PATCH] 2025年11月19日19:32:39
---
app/src/main/res/layout/activity_house_search.xml | 28 +++++++++++++++++++---------
1 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/app/src/main/res/layout/activity_house_search.xml b/app/src/main/res/layout/activity_house_search.xml
index 0821772..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>
@@ -158,7 +165,10 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/list_rcv"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ 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