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>