Set correct background color

This commit is contained in:
WSTxda 2023-04-05 21:19:27 -03:00
parent 3b13eca856
commit 1b9b4a234e
2 changed files with 8 additions and 16 deletions

View file

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background
android:drawable="@color/colorAccent" />
<foreground
android:drawable="@drawable/ic_launcher_foreground" />
<monochrome
android:drawable="@drawable/ic_launcher_monochrome" />
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>

View file

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon
xmlns:android="http://schemas.android.com/apk/res/android">
<background
android:drawable="@color/colorAccent" />
<foreground
android:drawable="@drawable/ic_launcher_foreground" />
<monochrome
android:drawable="@drawable/ic_launcher_monochrome" />
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>