Skip to content

Commit

Permalink
added monochrome element to the AdaptiveIconDrawableXml (#12564)
Browse files Browse the repository at this point in the history
To supporting user theming of app icons I've added the monochrome element to the AdaptiveIconDrawableXml
  • Loading branch information
IIFabixn authored Feb 2, 2023
1 parent d6491a7 commit a3b7a48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public AndroidAdaptiveIconGenerator(ResizeImageInfo info, string appIconName, st
<adaptive-icon xmlns:android=""http://schemas.android.com/apk/res/android"">
<background android:drawable=""@mipmap/{name}_background""/>
<foreground android:drawable=""@mipmap/{name}_foreground""/>
<monochrome android:drawable=""@mipmap/{name}_foreground"" />
</adaptive-icon>";

public IEnumerable<ResizedImageInfo> Generate()
Expand Down

0 comments on commit a3b7a48

Please sign in to comment.