Skip to content

Commit

Permalink
Add monochrome icon
Browse files Browse the repository at this point in the history
Also remove adaptive version of the round icon as that isn't used
anyway. Adaptive icons are Android 8+ and the round icon is only for
Android 7.

Closes #109
  • Loading branch information
mueller-ma authored and 92lleo committed Aug 27, 2023
1 parent f2cdd2c commit 23dcaad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/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="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
5 changes: 0 additions & 5 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

This file was deleted.

0 comments on commit 23dcaad

Please sign in to comment.