Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 96b2b1b

Browse files
authored
feat(android): add support for monochromatic adaptive icon (#701)
1 parent 3d0c520 commit 96b2b1b

File tree

6 files changed

+1
-0
lines changed

6 files changed

+1
-0
lines changed

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

+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+
<monochrome android:drawable="@mipmap/ic_launcher_monochrome"/>
56
</adaptive-icon>
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)