Fix Night icon adaptive icon - use full image as both bg and fg
This commit is contained in:
parent
b9fdd536cb
commit
7bffd1b25c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@color/icon_8_launcher_background"/>
|
||||
<background android:drawable="@mipmap/icon_8_launcher_foreground"/>
|
||||
<foreground android:drawable="@mipmap/icon_8_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/icon_8_monochrome"/>
|
||||
</adaptive-icon>
|
||||
Loading…
Reference in a new issue