Question

android height width of all object for all screen resolution of android devices :

for example: 240px 320px 480px etc.. devices have different resolution. I need complete size list for all object like , button , icon, tab-bar, tab-bar-icon, top nav size, etc...

any one can help me ?? Thanks

Was it helpful?

Solution

First of all: forget px when working with Views on Android. Here is the official documentation describing how to support different screen sizes, I highly suggest to consult this document before aiming to support different screens.

Regarding the sizes of UI components: here you go, a very detailed description.

OTHER TIPS

First of all, use for example dp (dip) instead of px. And look at the documentations that Droidman posted.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top