Search code examples
androiduser-interfaceuser-experiencemobile-application

Android height width of all objest for all screen resolution


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


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.