You need prepare 4 type of size:
Requirement of the icons size: ﹕
ic_launcher.png placing in drawable-hdpi folder : 72px X 72px。
ic_launcher.png placing in drawable-hdpi folder : 48px X 48px。
ic_launcher.png placing in drawable-hdpi folder : 96px X 96px。
ic_launcher.png placing in drawable-hdpi folder : 144px X 144px。
And then you need to go to the directory to replace the icons:
My wordpsace is "C:\Documents and Settings\xenialaw\workspace\listview\bin\res\crunch"
My project name is "listview"
First, visit your project work path
your_workspace\your_projects_name\bin\res\crunchand found your folder:
In My case is :C:\Documents and Settings\xenialaw\workspace\listview\bin\res\crunch
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
The picture is an example:
Use the new one to Replace the original one.
Secondly, look for others folder:
@your_workspace@\your_projects_name\res
In my case: "C:\Documents and Settings\xenialaw\workspace\listview\res"
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
And then Done
No comments :
Post a Comment