Skip to content

Instantly share code, notes, and snippets.

@KatieBarnett
Created October 22, 2022 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KatieBarnett/e71ae84ff7c5b0f4bd6244185d7e5417 to your computer and use it in GitHub Desktop.
Save KatieBarnett/e71ae84ff7c5b0f4bd6244185d7e5417 to your computer and use it in GitHub Desktop.
Monochrome app icon
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment