From 4790238343a716cea3f1e038373ae337e41befa0 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Fri, 1 May 2026 08:31:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E7=AA=97=E5=8F=A3=E5=B7=A5=E5=85=B7=E6=A0=8FGallery?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将ImageViewerActivity工具栏中的btn_gallery图标从ic_cover替换为ic_view_gallery_outline - 修改ic_view_gallery_outline的fillColor从黑色(#ff000000)改为白色(#FFFFFF),与工具栏其他图标颜色保持一致 --- gallery/build.properties | 4 ++-- gallery/src/main/res/drawable/ic_view_gallery_outline.xml | 2 +- gallery/src/main/res/layout/activity_image_viewer.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gallery/build.properties b/gallery/build.properties index 70c80c9..150be05 100644 --- a/gallery/build.properties +++ b/gallery/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Fri May 01 04:09:20 HKT 2026 +#Fri May 01 08:28:44 CST 2026 stageCount=12 libraryProject= baseVersion=15.0 publishVersion=15.0.11 -buildCount=0 +buildCount=2 baseBetaVersion=15.0.12 diff --git a/gallery/src/main/res/drawable/ic_view_gallery_outline.xml b/gallery/src/main/res/drawable/ic_view_gallery_outline.xml index cd29bee..c4861fb 100644 --- a/gallery/src/main/res/drawable/ic_view_gallery_outline.xml +++ b/gallery/src/main/res/drawable/ic_view_gallery_outline.xml @@ -5,7 +5,7 @@ android:viewportHeight="24" android:viewportWidth="24"> \ No newline at end of file diff --git a/gallery/src/main/res/layout/activity_image_viewer.xml b/gallery/src/main/res/layout/activity_image_viewer.xml index df19e6a..fb75664 100644 --- a/gallery/src/main/res/layout/activity_image_viewer.xml +++ b/gallery/src/main/res/layout/activity_image_viewer.xml @@ -41,7 +41,7 @@ android:layout_width="48dp" android:layout_height="48dp" android:background="?attr/selectableItemBackgroundBorderless" - android:src="@drawable/ic_cover" + android:src="@drawable/ic_view_gallery_outline" android:contentDescription="Gallery"/>