문제

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