From fa309604370c60dd3d05aec720a6307c1b33e8e7 Mon Sep 17 00:00:00 2001 From: amos Date: Wed, 3 Jun 2026 01:07:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20ScrollView=20?= =?UTF-8?q?=E8=AE=A9=E5=86=85=E5=AE=B9=E5=8F=AF=E6=BB=9A=E5=8A=A8=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BA=95=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E8=A2=AB=E6=8C=A4=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/activity_main.xml | 840 +++++++++++----------- 1 file changed, 427 insertions(+), 413 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index a95121a..9c4372b 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -5,443 +5,457 @@ android:orientation="vertical" android:background="@drawable/bg_gradient"> - - + + android:layout_height="0dp" + android:layout_weight="1" + android:fillViewport="true"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="wrap_content" + android:orientation="vertical"> + + android:padding="24dp" + android:layout_marginTop="8dp" + android:layout_marginBottom="8dp"> - + - + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:gravity="center_vertical" + android:layout_marginTop="24dp" + android:layout_marginStart="24dp" + android:layout_marginEnd="24dp" + android:layout_marginBottom="12dp"> - + - + + + - - - - - - + + android:paddingHorizontal="24dp" + android:layout_marginBottom="16dp"> - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - \ No newline at end of file +