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

有帮助吗?

解决方案

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.

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top