From 549817ef6e6803af24515ac03bf70205ef85f5ef Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Tue, 9 Dec 2025 16:56:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=AD=BE=E5=88=B0=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_withdraw.xml | 38 +++++++++--- .../main/res/layout/withdraw_item_view.xml | 61 +++++++++++-------- 2 files changed, 67 insertions(+), 32 deletions(-) diff --git a/app/src/main/res/layout/activity_withdraw.xml b/app/src/main/res/layout/activity_withdraw.xml index 511998c..5036187 100644 --- a/app/src/main/res/layout/activity_withdraw.xml +++ b/app/src/main/res/layout/activity_withdraw.xml @@ -149,6 +149,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" + android:layout_marginHorizontal="@dimen/dp10" /> - + android:orientation="horizontal"> + + + + + diff --git a/app/src/main/res/layout/withdraw_item_view.xml b/app/src/main/res/layout/withdraw_item_view.xml index e4656cb..4d4f5b8 100644 --- a/app/src/main/res/layout/withdraw_item_view.xml +++ b/app/src/main/res/layout/withdraw_item_view.xml @@ -1,32 +1,43 @@ - + android:layout_width="match_parent" + android:layout_height="wrap_content"> - + + - + + - \ No newline at end of file + + + \ No newline at end of file