Adoptive icon fixes

This commit is contained in:
Yegor Vialov
2020-04-30 14:04:37 +00:00
parent 51ea0b0afa
commit 1d528df341
3 changed files with 11 additions and 8 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/main_color"/>
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>