Fix round icon background color (#22)

This commit is contained in:
Florian Gareis 2019-11-10 11:06:11 +01:00 committed by Cedrick Flocon
parent c6f0a49886
commit 4789d7283f

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="@color/ic_launcher_background"/>
<background android:drawable="@color/colorPrimary"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>