6.7.0 - Alpha3 - 应用启动器图标支持自适应图标特性 (issue #405)

This commit is contained in:
SuperMonster003
2025-07-03 15:25:23 +08:00
parent c1973beeb0
commit ef86f8aecc
14 changed files with 25 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<monochrome android:drawable="@mipmap/ic_app_launcher_monochrome"/>
<background android:drawable="@color/ic_app_launcher_adaptive_background"/>
<foreground android:drawable="@mipmap/ic_app_launcher_adaptive_foreground"/>
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_app_launcher_adaptive_background">#FFFFFF</color>
</resources>