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/fragement_message_house.xml | 30 +++++++-----------------------
1 files changed, 7 insertions(+), 23 deletions(-)
diff --git a/app/src/main/res/layout/fragement_message_house.xml b/app/src/main/res/layout/fragement_message_house.xml
index 4aaca0a..c250d30 100644
--- a/app/src/main/res/layout/fragement_message_house.xml
+++ b/app/src/main/res/layout/fragement_message_house.xml
@@ -33,31 +33,16 @@
android:layout_marginStart="@dimen/dp_13"
android:src="@drawable/search_path" />
- <EditText
- android:id="@+id/power_station_search_et"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_alignParentEnd="true"
+ <TextView
+ android:id="@+id/power_station_search_tv"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginStart="@dimen/dp_11"
- android:layout_marginEnd="@dimen/dp_40"
android:layout_toEndOf="@+id/power_station_search_iv"
- android:background="@null"
- android:gravity="start|center_vertical"
- android:hint="@string/search_station"
- android:textColor="@color/text_FFACACAC"
- android:textColorHint="@color/text_FF5B5B5B"
+ android:text="@string/search_station"
+ android:textColor="@color/text_FF5B5B5B"
android:textSize="@dimen/text_14" />
-
- <ImageView
- android:id="@+id/power_station_clear_iv"
- android:layout_width="@dimen/dp_20"
- android:layout_height="@dimen/dp_20"
- android:layout_alignParentEnd="true"
- android:layout_centerVertical="true"
- android:layout_marginEnd="@dimen/dp_13"
- android:src="@drawable/clear"
- android:visibility="gone" />
</RelativeLayout>
<ImageView
@@ -88,8 +73,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
- android:paddingTop="@dimen/dp_10"
- />
+ android:paddingTop="@dimen/dp_10" />
</com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout>
<!--娌℃湁鏁版嵁鏄剧ず鏍峰紡-->
--
Gitblit v1.8.0