seedvault: Enable monochrome icon

Just use foreground icon for now
This commit is contained in:
Michael Bestas 2023-03-09 02:34:46 +02:00 committed by Chirayu Desai
parent 09d6131a1c
commit a83e36634c

View file

@ -6,4 +6,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>