Skip to content

Commit 6da4ffc

Browse files
committed
Fix monochrome icon
1 parent cf05adc commit 6da4ffc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app-android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5-
</adaptive-icon>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
6+
</adaptive-icon>

app-android/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
33
<background android:drawable="@color/ic_launcher_background"/>
44
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
5-
</adaptive-icon>
5+
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
6+
</adaptive-icon>

0 commit comments

Comments
 (0)