Reputation: 16138
i am developing an app with a tabHost, its working fine,
my question is :
what should be the size for the tab bar background image [width, height], and the tab item background image for all the drawables:
thanks!
Upvotes: 1
Views: 634
Reputation: 37729
Have a look at Android official guide to support multiple screens.
Android Icon Design Guidelines will help you to understand the sizes of different sizes of icons.
Here is a nice tool Android Asset Studio, it'll help you creating icon for all type of sizes.
This is actually the answer to your question. :) Cheers
Upvotes: 2