Skip to content

Instantly share code, notes, and snippets.

@ivangarzab
Created September 3, 2022 00:32
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 ivangarzab/b6b2d6c131b20059134fde2bf6a0bca4 to your computer and use it in GitHub Desktop.
Save ivangarzab/b6b2d6c131b20059134fde2bf6a0bca4 to your computer and use it in GitHub Desktop.
Example of an Adaptive Icon XML file.
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@mipmap/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