Use vector drawables for the launcher icon

This commit is contained in:
Fredrik Fornwall
2018-11-14 00:21:59 +01:00
parent 406438e391
commit 6e6e4fd212
5 changed files with 36 additions and 2 deletions

View File

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