From b9cc7390e8e8ce64c41c26fb369c98ce669d660c Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期三, 07 五月 2025 15:02:30 +0800 Subject: [PATCH] Merge branch '1.2.0' --- app/src/main/res/layout/activity_device_search.xml | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/activity_device_search.xml b/app/src/main/res/layout/activity_device_search.xml index f0ed1af..d7aa12e 100644 --- a/app/src/main/res/layout/activity_device_search.xml +++ b/app/src/main/res/layout/activity_device_search.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/text_FF161616" + android:background="@color/text_FF000000" tools:context=".ui.powerstation.DeviceSearchActivity"> <!--鎼滅储--> @@ -40,7 +40,7 @@ android:layout_marginEnd="@dimen/dp_21" android:layout_toStartOf="@+id/power_station_search_tv" android:layout_toEndOf="@+id/back_rl" - android:background="@drawable/search_bj_ff333738"> + android:background="@drawable/search_bj_ff1c1c1e"> <ImageView android:id="@+id/power_station_search_iv" @@ -63,8 +63,8 @@ android:background="@null" android:gravity="start|center_vertical" android:hint="@string/enter_the_device_sn_and_device_name" - android:textColor="@color/text_E6FFFFFF" - android:textColorHint="@color/text_66FFFFFF" + android:textColor="@color/text_FFACACAC" + android:textColorHint="@color/text_FF5B5B5B" android:textSize="@dimen/text_14" /> <ImageView @@ -86,7 +86,7 @@ android:layout_marginEnd="@dimen/dp_21" android:gravity="center" android:text="@string/search" - android:textColor="@color/text_E6FFFFFF" + android:textColor="@color/text_FFACACAC" android:textSize="@dimen/text_14" /> @@ -109,7 +109,7 @@ android:layout_marginTop="@dimen/dp_23" android:layout_marginEnd="@dimen/dp_21" android:text="@string/history_search" - android:textColor="@color/text_E6FFFFFF" + android:textColor="@color/text_FFACACAC" android:textSize="@dimen/text_16" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> @@ -147,7 +147,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" @@ -160,7 +160,7 @@ android:id="@+id/list_rcv" android:layout_width="match_parent" android:layout_height="match_parent" /> - </androidx.swiperefreshlayout.widget.SwipeRefreshLayout> + </com.hdl.photovoltaic.widget.refreshlayout.BGARefreshLayout> </androidx.constraintlayout.widget.ConstraintLayout> -- Gitblit v1.8.0