From b307db446d0bee50cc14b69d56f3b4ee8c3b698a Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Feb 2024 11:52:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8DUI=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=88=E7=A4=BC=E7=89=A9=E9=9D=A2=E6=9D=BF?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/dialog_bottom_gift.xml | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/dialog_bottom_gift.xml b/app/src/main/res/layout/dialog_bottom_gift.xml index 76a438738..b7d8a52de 100644 --- a/app/src/main/res/layout/dialog_bottom_gift.xml +++ b/app/src/main/res/layout/dialog_bottom_gift.xml @@ -6,15 +6,26 @@ android:layout_height="wrap_content" android:layout_gravity="bottom"> + + + @@ -82,7 +93,7 @@ android:layout_gravity="center_horizontal" android:layout_marginStart="10dp" android:layout_marginEnd="10dp" - android:layout_marginBottom="12dp" + android:layout_marginBottom="8dp" android:background="@drawable/bg_star_week" android:gravity="center_vertical" android:visibility="gone" @@ -564,6 +575,8 @@ android:id="@+id/layout_recharge" android:layout_width="match_parent" android:layout_height="40dp" + android:layout_marginBottom="5dp" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/et_gift_message"> @@ -654,7 +667,9 @@ android:id="@+id/cs_privilege" android:layout_width="match_parent" android:layout_height="40dp" + android:layout_marginBottom="5dp" android:visibility="invisible" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/et_gift_message">