48 X 48 ANDROID ICONS
1.Create a 48×48 PNG and drop it into /res/drawable. The
name of this file is usually icon.png.
2.Open your AndroidManifest.xml.
3.Right under the root manifest node of the XML, you should see
the application node. Add this attribute to application.
(The icon in @drawable/icon refers to the file name
of the icon.) android:icon="@drawable/icon"
I don't know if you can rename these icons yourself to save in your own file, if not the name of them as saved on this page are under each one and they are all png
/res/drawable-hdpi/icon.png
.. 72×72
/res/drawable-mdpi/icon.png
. 48×48
/res/drawable-ldpi/icon.png
36×36
below is the url where Igot the above info from
http://www.connorgarvey.com/blog/?p=97
|
icon12
|
icon9
|
icon2
|
|
icon1
|
icon2
|
icon6
|
|
icon7
|
icon8
|