Android XXHDPI resources

前端 未结 8 1111
眼角桃花
眼角桃花 2020-11-28 19:48

The Google Nexus 10 comes out shortly, and is the first device to use xxhdpi resources. It sports a display density of about 300 DPI (according to the Nexus 10 website and t

8条回答
  •  攒了一身酷
    2020-11-28 20:27

    As per this PPI calculation tool, Google Nexus 10 has a display density of about 300 DPI...

    However, Android documentation states that:

    ldpi : ~120dpi mdpi : ~160dpi hdpi : ~240dpi xhdpi : ~320dpi xxhdpi is not specified.

    I think we just let Android OS scale up xhdpi resources...

提交回复
热议问题