From 3c21fe8cb6e870c44dc1b7ff4c6344482a1d88da Mon Sep 17 00:00:00 2001 From: wzq Date: Sun, 8 Oct 2023 18:15:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=20=E6=BB=91=E5=8A=A8?= =?UTF-8?q?=E6=8A=98=E5=8F=A0=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/fragment_home.xml | 263 ++++++++++++---------- 1 file changed, 144 insertions(+), 119 deletions(-) diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index 2eae5a261..272079118 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -1,5 +1,5 @@ - + android:background="@drawable/bg_home_top" + app:layout_constraintTop_toTopOf="parent" /> + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/dp_54" + android:layout_marginBottom="@dimen/dp_12" + android:gravity="center_vertical" + android:orientation="horizontal" + app:layout_constraintTop_toTopOf="parent"> - + android:paddingStart="@dimen/dp_13" + android:paddingEnd="0dp" + android:text="@string/search_id_room" + android:textColor="@color/color_B8B7C7" + android:textSize="@dimen/sp_12" + app:corner="@dimen/dp_16" + app:solid="@color/color_FAFBFC" /> - - - - - - - - - - - - - - - - - - - + android:layout_height="wrap_content" + android:layout_marginEnd="@dimen/dp_12" + android:adjustViewBounds="true" + android:scaleType="center" + android:src="@drawable/ic_home_rank" /> - + - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file