fix app icon adapted to the user theme colors

This commit is contained in:
Ady
2026-07-06 13:51:41 -04:00
parent 46df3b5dbe
commit bb8dc15554
2 changed files with 1 additions and 2 deletions
@@ -2,5 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>