Debug: accent color for You launcher icon

This commit is contained in:
M66B 2021-10-27 16:23:51 +02:00
parent 36dc64a760
commit 01f0db3b62
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="@android:color/system_accent1_500"/>
<background android:drawable="@android:color/system_accent3_500"/>
<foreground android:drawable="@drawable/ic_launcher_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="@android:color/system_accent1_500" />
<background android:drawable="@android:color/system_accent3_500" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>