From a5be17398c8d367118c78708b7bdbb790fd09fbf Mon Sep 17 00:00:00 2001 From: cyh Date: Thu, 20 Mar 2025 18:14:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=85=E5=80=BC=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout/member_recharge_layout.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/app/src/main/res/layout/member_recharge_layout.xml b/app/src/main/res/layout/member_recharge_layout.xml index a64941d..6f6fe16 100644 --- a/app/src/main/res/layout/member_recharge_layout.xml +++ b/app/src/main/res/layout/member_recharge_layout.xml @@ -13,7 +13,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="parent" - android:layout_marginTop="43dp" + android:layout_marginTop="48dp" > @@ -74,8 +74,8 @@ app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toBottomOf="parent" - android:layout_marginTop="15dp" - android:layout_marginBottom="15dp" + android:layout_marginTop="@dimen/dp_10" + android:layout_marginBottom="@dimen/dp_10" android:layout_marginStart="10dp" /> @@ -219,10 +219,10 @@ android:id="@+id/swipeLayout" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_marginTop="12dp" + android:layout_marginTop="@dimen/dp_10" android:layout_marginBottom="150dp" - android:layout_marginStart="10dp" - android:layout_marginEnd="10dp" + android:layout_marginStart="@dimen/dp_10" + android:layout_marginEnd="@dimen/dp_10" app:layout_constraintBottom_toTopOf="@+id/tvPay" app:layout_constraintTop_toBottomOf="@+id/textView3" > @@ -241,8 +241,8 @@ android:paddingTop="13dp" android:paddingBottom="13dp" android:gravity="center" - android:layout_marginStart="13dp" - android:layout_marginEnd="13dp" + android:layout_marginStart="@dimen/dp_10" + android:layout_marginEnd="@dimen/dp_10" android:textSize="16sp" android:textStyle="bold" android:textColor="@color/white"