Fix Night icon adaptive icon - use full image as both bg and fg

This commit is contained in:
instant992 2026-06-17 07:48:31 +04:00
parent b9fdd536cb
commit 7bffd1b25c

View file

@ -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>