Debug: Material You launcher icon

This commit is contained in:
M66B 2021-10-26 19:55:50 +02:00
parent 78f0e5703e
commit d4b8bb0cbb
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +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"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

View File

@ -0,0 +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" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>