bring back monochrome launcher icon

This commit is contained in:
kosyak 2024-11-16 12:14:05 +01:00
parent ab56d030fb
commit d8a7051c5d
2 changed files with 2 additions and 0 deletions

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/new_launcher_background"/> <background android:drawable="@drawable/new_launcher_background"/>
<foreground android:drawable="@drawable/new_launcher_foreground"/> <foreground android:drawable="@drawable/new_launcher_foreground"/>
<monochrome android:drawable="@drawable/new_launcher_monochrome"/>
</adaptive-icon> </adaptive-icon>

View file

@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/new_launcher_background"/> <background android:drawable="@drawable/new_launcher_background"/>
<foreground android:drawable="@drawable/new_launcher_foreground"/> <foreground android:drawable="@drawable/new_launcher_foreground"/>
<monochrome android:drawable="@drawable/new_launcher_monochrome"/>
</adaptive-icon> </adaptive-icon>