Reputation: 3362
When i want to create an ActionBar icon using Eclipse's 'Create new Icon' and i choose the one i want from my resources.Instead of creating it correctly it only gets its shape and it paints it all grey. e.g ifi have a round .png with an arrow inside,it only gets the round shape and not the arrow image.How can I overcome it?
EDIT
Upvotes: 0
Views: 354
Reputation: 4636
The Android Asset Studio (Chrome browser is required to use the tool) can automatically generate a number of different graphic assets for your app. It knows the right sizes for each icon type, for each Android version. Even better, this tool has been integrated into the Android Developer Tools (ADT) to allow seamless integration of new assets into your app.
Upvotes: 1