From 85df01db3b6d858031bd7ea220b68d4021e90d72 Mon Sep 17 00:00:00 2001 From: lzl <1239365383@qq.com> Date: Mon, 1 Dec 2025 17:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E7=BA=A6=20=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/room_view_wheat_charm.xml | 3 +-- .../src/main/res/drawable/shape_sign_15.xml | 14 ++++++++++++++ .../src/main/res/layout/fragment_mentor_ship.xml | 15 +++++++-------- 3 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 MainModule/src/main/res/drawable/shape_sign_15.xml diff --git a/BaseModule/src/main/res/layout/room_view_wheat_charm.xml b/BaseModule/src/main/res/layout/room_view_wheat_charm.xml index d78d2d8f..eb98e350 100644 --- a/BaseModule/src/main/res/layout/room_view_wheat_charm.xml +++ b/BaseModule/src/main/res/layout/room_view_wheat_charm.xml @@ -27,13 +27,12 @@ android:layout_centerInParent="true" android:layout_centerHorizontal="true" android:layout_toEndOf="@+id/im" - android:layout_marginStart="@dimen/dp_2" android:ellipsize="none" android:gravity="center" android:text="0" android:minWidth="@dimen/dp_40" android:singleLine="true" android:textColor="@color/white" - android:textSize="@dimen/sp_10" /> + android:textSize="@dimen/sp_8" /> \ No newline at end of file diff --git a/MainModule/src/main/res/drawable/shape_sign_15.xml b/MainModule/src/main/res/drawable/shape_sign_15.xml new file mode 100644 index 00000000..289a5399 --- /dev/null +++ b/MainModule/src/main/res/drawable/shape_sign_15.xml @@ -0,0 +1,14 @@ + + + + + + + + \ No newline at end of file diff --git a/MainModule/src/main/res/layout/fragment_mentor_ship.xml b/MainModule/src/main/res/layout/fragment_mentor_ship.xml index 2bca49af..823c73f2 100644 --- a/MainModule/src/main/res/layout/fragment_mentor_ship.xml +++ b/MainModule/src/main/res/layout/fragment_mentor_ship.xml @@ -98,7 +98,7 @@ @@ -119,7 +119,7 @@ android:id="@+id/tv_host_name" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="@dimen/dp_48" + android:layout_marginStart="@dimen/dp_54" android:layout_marginTop="@dimen/dp_20" android:textColor="#FFEFEAFF" android:textSize="@dimen/sp_10" @@ -175,8 +175,7 @@ android:id="@+id/tv_left_price_top" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/shape_15" - android:backgroundTint="#FF49E4A1" + android:background="@drawable/shape_sign_15" android:paddingHorizontal="@dimen/dp_8" android:paddingVertical="@dimen/dp_3" android:text="起拍价格" @@ -259,7 +258,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" - app:layout_constraintGuide_percent="0.86" /> + app:layout_constraintGuide_percent="0.83" /> + app:layout_constraintGuide_begin="68dp" />