Use a solid color as background for adaptive icon

This commit is contained in:
Fredrik Fornwall
2018-11-17 23:34:14 +01:00
parent b54c8276b4
commit cb0710bb83
2 changed files with 1 additions and 11 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="@drawable/ic_background"/>
<background android:drawable="@android:color/black"/>
<foreground android:drawable="@drawable/ic_foreground"/>
</adaptive-icon>