Changement en fond blanc de l’icône.

This commit is contained in:
biloute02 2024-01-15 08:43:15 +01:00
parent d565cce9e9
commit 8bb4fffffe
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<background android:drawable="@color/white" />
<foreground android:drawable="@drawable/icon_foreground" />
</adaptive-icon>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background" />
<background android:drawable="@color/white" />
<foreground android:drawable="@drawable/icon_foreground" />
</adaptive-icon>