From d097db1e26632ff6a484c5e3c3eda91d9df2dabf Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期三, 15 五月 2024 15:33:21 +0800 Subject: [PATCH] Merge branch 'wxw_new' into lwj_new --- app/src/main/res/layout/fragment_house_list.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_house_list.xml b/app/src/main/res/layout/fragment_house_list.xml index 9ecfa9c..4308a14 100644 --- a/app/src/main/res/layout/fragment_house_list.xml +++ b/app/src/main/res/layout/fragment_house_list.xml @@ -91,11 +91,12 @@ app:layout_constraintTop_toTopOf="parent"> <RelativeLayout + android:id="@+id/power_station_search_click_cl" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginEnd="@dimen/dp_17" android:layout_toStartOf="@+id/power_station_default_condition_iv" - android:background="@drawable/search_bj_edeff2"> + android:background="@drawable/search_bj_ff05000000"> <ImageView android:id="@+id/power_station_search_iv" @@ -443,7 +444,7 @@ android:layout_height="@dimen/dp_35" android:layout_marginStart="@dimen/dp_13" android:layout_marginEnd="@dimen/dp_16" - android:background="@drawable/search_bj_edeff2" + android:background="@drawable/search_bj_ff05000000" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent"> -- Gitblit v1.8.0