Skip to content

Instantly share code, notes, and snippets.

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