From 72ca11a1afca2f6bfccd1992086e67d6d6d009eb Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Fri, 1 May 2026 20:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=AA=E8=A3=81=E4=BF=A1=E6=81=AF=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=A1=86=EF=BC=8C=E9=A2=84=E8=A7=88=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=97=B6=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AA=E8=BE=B9=E6=A1=86?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gallery/build.properties | 4 +- .../src/main/res/layout/dialog_crop_info.xml | 51 +++++++++++-------- 2 files changed, 32 insertions(+), 23 deletions(-) diff --git a/gallery/build.properties b/gallery/build.properties index 8251bd2..9589036 100644 --- a/gallery/build.properties +++ b/gallery/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Fri May 01 10:29:10 HKT 2026 +#Fri May 01 12:50:26 GMT 2026 stageCount=15 libraryProject= baseVersion=15.0 publishVersion=15.0.14 -buildCount=0 +buildCount=4 baseBetaVersion=15.0.15 diff --git a/gallery/src/main/res/layout/dialog_crop_info.xml b/gallery/src/main/res/layout/dialog_crop_info.xml index ebf6e62..528bdcb 100644 --- a/gallery/src/main/res/layout/dialog_crop_info.xml +++ b/gallery/src/main/res/layout/dialog_crop_info.xml @@ -1,26 +1,35 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="vertical" + android:padding="16dp" + android:background="@drawable/bg_dialog" + android:gravity="center_horizontal"> - + - + + + + + + + - \ No newline at end of file