Skip to content

Commit

Permalink
Add monochrome icon support for android (#2118)
Browse files Browse the repository at this point in the history
## Description
Add monochrome icon support for android

## Tests
not tested
  • Loading branch information
ua741 authored Jun 14, 2024
2 parents 32c2456 + 82b6187 commit 2dc9b01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>

0 comments on commit 2dc9b01

Please sign in to comment.