更新图片浏览窗口工具栏Gallery按钮图标

- 将ImageViewerActivity工具栏中的btn_gallery图标从ic_cover替换为ic_view_gallery_outline
- 修改ic_view_gallery_outline的fillColor从黑色(#ff000000)改为白色(#FFFFFF),与工具栏其他图标颜色保持一致
This commit is contained in:
2026-05-01 08:31:11 +08:00
parent f144d91bb6
commit 4790238343
3 changed files with 4 additions and 4 deletions

View File

@@ -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"/>
<ImageButton