1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Add support for Android adaptive icons.

This commit is contained in:
Bruno Lourenço
2020-01-06 18:37:39 +00:00
parent dc0f43a1c2
commit abe83a1c84
23 changed files with 102 additions and 55 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/icon_background"/>
<foreground android:drawable="@mipmap/icon_foreground"/>
</adaptive-icon>