Changement en fond blanc de l’icône.
This commit is contained in:
parent
d565cce9e9
commit
8bb4fffffe
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue