Created
March 23, 2017 06:28
-
-
Save Mihir3646/9b890c828184bdaa2e9eb3a74d1b5e6f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<application | |
… | |
android:icon="@mipmap/ic_launcher" | |
android:roundIcon="@mipmap/ic_launcher_round" | |
…> | |
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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