6.7.0 - Alpha3 - 应用启动器图标支持自适应图标特性 (issue #405)
@@ -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>
|
||||
BIN
app/src/main/res/mipmap-hdpi/ic_launcher_adaptive_foreground.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.1 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 35 KiB |
BIN
app/src/main/res/mipmap/ic_app_launcher_adaptive.png
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
app/src/main/res/mipmap/ic_app_launcher_monochrome.png
Normal file
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="ic_app_launcher_adaptive_background">#FFFFFF</color>
|
||||
</resources>
|
||||