Skip to content

Commit

Permalink
Merge pull request #158 from carstenhag/enable-monochrome-icon
Browse files Browse the repository at this point in the history
Enable monochrome app icon
  • Loading branch information
EmmaTellblom authored Oct 12, 2024
2 parents 9694b4e + b2f7de1 commit 17d3e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi/ic_launcher.xml
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="@mipmap/ic_launcher_background" />
<foreground android:drawable="@mipmap/ic_launcher_foreground" />
<monochrome android:drawable="@mipmap/ic_launcher_monochrome" />
</adaptive-icon>

0 comments on commit 17d3e1e

Please sign in to comment.