Skip to content

Commit

Permalink
Add monochrome entry to support Themed App Icons.
Browse files Browse the repository at this point in the history
Fixes #12385
  • Loading branch information
thilojaeggi authored and cody-signal committed Aug 18, 2022
1 parent fe44f8e commit deed8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/core_ultramarine_icon"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon>

0 comments on commit deed8ac

Please sign in to comment.