1
0
Fork 0

new adaptive launcher icon

This commit is contained in:
sspanak 2025-02-05 18:06:55 +02:00 committed by Dimo Karaivanov
parent cf3d73bf71
commit 3cbe905098
33 changed files with 1874 additions and 1 deletions

View file

@ -0,0 +1,6 @@
<?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"/>
<foreground android:drawable="@drawable/ic_launcher_color"/>
<monochrome android:drawable="@drawable/ic_launcher_mono"/>
</adaptive-icon>

View file

@ -0,0 +1,6 @@
<?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"/>
<foreground android:drawable="@drawable/ic_launcher_color"/>
<monochrome android:drawable="@drawable/ic_launcher_mono"/>
</adaptive-icon>