Nexus 6 and Nexus 9 Screen density

為{幸葍}努か 提交于 2019-11-28 12:13:27
Chirag

from http://android-developers.blogspot.com/2014/10/getting-your-apps-ready-for-nexus-6-and.html

Nexus 6 has a quantized density of 560 dpi, which falls in between the xxhdpi and xxxhdpi primary density buckets.

For the Nexus 6, the platform will scale down xxxhdpi assets, but if those aren’t available, then it will scale up xxhdpi assets.

drawable-xxxhdpi/ # Higher resolution assets for Nexus 6

The Nexus 9 is a premium 8.9” tablet with a screen size of 2048 x 1536 pixels (288 ppi), which translates to 1024 x 768 dip. This is a 4:3 aspect ratio, which is unique compared to earlier tablets. The Nexus 9 falls into the xhdpi density bucket, and you should already have assets in the drawable-xhdpi folder.

Nexus 6 is under the xxxhdpi device category just like the Nexus 6P, Nexus 9 comes under the xhdpi category.

Source: https://design.google.com/devices/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!