Skip to content

Instantly share code, notes, and snippets.

@Mihir3646
Created March 23, 2017 06:28
Show Gist options
  • Save Mihir3646/9b890c828184bdaa2e9eb3a74d1b5e6f to your computer and use it in GitHub Desktop.
Save Mihir3646/9b890c828184bdaa2e9eb3a74d1b5e6f to your computer and use it in GitHub Desktop.
<application
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
…>
</application>
<maskable-icon>
<background android:drawable="@color/ic_background"/>
<foreground android:drawable="@mipmap/ic_foreground"/>
</maskable-icon>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment