Reputation: 355
How to make android icons with transparent background using eclipse.I know that we can make icons by eclipse->new->other->android icon set but how to make them with transparent background?Any help please.
Upvotes: 6
Views: 17952
Reputation: 61
If your icon is transparent background and you would like to keep it while creating a new icon using Android Eclipse, clicking Shape None will do the trick.
Upvotes: 6
Reputation: 8531
Once you actually create your image, you can set the background to transparent using
@android:color/transparent
Upvotes: 3
Reputation: 134664
Eclipse isn't an image editing program. If it has some basic functionality built in for that, I wouldn't recommend using it for design. If you have Photoshop, or can download GIMP, use those instead for icon design.
Also, be sure to save them as PNG and not JPG, as JPG does not support transparency.
Upvotes: 6