1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

Add support for Android Themed Icons (monochrome)

This commit is contained in:
Anish Mishra
2024-09-27 04:42:41 +05:30
committed by Rémi Verschelde
parent ac3eadf976
commit dbcc7f3051
5 changed files with 45 additions and 6 deletions

View File

@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background"/>
<foreground android:drawable="@mipmap/icon_foreground"/>
<monochrome android:drawable="@mipmap/icon_monochrome"/>
</adaptive-icon>

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB