Is there a list of what device has what abstracted dpi and screen size?

前端 未结 7 1677
清酒与你
清酒与你 2020-12-13 07:39

As I understand, the matching dpi and size qualifiers for the device are based not on actual screen properties (physical dpi and size), but instead on what was predefined by

7条回答
  •  自闭症患者
    2020-12-13 07:46

    I found this answer on Android Developers.

    • LDPI = 120dpi
    • MDPI = 160dpi
    • HDPI = 240dpi
    • XHDPI = 320dpi
    • XXHDPI = 480dpi

提交回复
热议问题