Skip to content

Instantly share code, notes, and snippets.

@ivangarzab
Created September 3, 2022 00:29
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/942da3142a8b95e69a46bd7724b84a5e to your computer and use it in GitHub Desktop.
Save ivangarzab/942da3142a8b95e69a46bd7724b84a5e to your computer and use it in GitHub Desktop.
Example Manifest file using an icon & roundIcon attrs.
<application
...
android:name=".app.MainApplication"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
...>
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment