PANIOV
RECALL THE MOST IMPORTANT of Java, GWT, JavaScript, D3, AngularJS etc
Saturday, August 11, 2012
How to change the icon of application on Android
If you have to change the icon of your application for Android mobile phone do this:
Edit
AndroidManifest.xml
file:
<
application
android:icon
=
"@drawable/ic_launcher"
android:label
=
"@string/app_name"
In this example "
ic_launcher
" is the name of the image of your icon (don't add here its extension e.g. "
.png
").
For more details refer this
link
or this
link
if you want to see how to create your own icon for the app.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment