manuelBetancurt
manuelBetancurt

Reputation: 16138

tab host and items size for different resolutions

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

Answers (1)

Adil Soomro
Adil Soomro

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

Related Questions