adding the app icon in all colors

This commit is contained in:
tibbi 2020-04-05 10:29:16 +02:00
parent a3e89719b1
commit b48f18eaf8
136 changed files with 361 additions and 43 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="@color/md_indigo_700"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>