2

FHD(全高清)为 1920*1080。

FHD 中将使用哪个 res 文件夹,应设置什么 dpi 值?

4

2 回答 2

6

Smallest width制造商配置,因此可能会有所不同。例如,Nexus 7 和 Kindle Fire HD 的屏幕分辨率都是 1280x800,但 N7 的最小宽度是 600dp,而 Kindle Fire HD 是 533dp。

这是一种计算方法:

If 480x800 is mdpi(160) for 5 inch device, the screen dpi(screenDPI) of the device with resolution 1080X1920 is 160*(1080/480)=360 (NOTE: manufacturer might change this number). Then the smallestWidth = 1080/(screenDPI/160).

使用配置查找设备的所有信息。

于 2012-11-29T04:23:35.247 回答
3

这取决于屏幕尺寸,因为具有 FHD 的 7' 屏幕不会具有与具有 FHD 的 17' 屏幕相同的 dpi。要知道 DPI,我使用这个计算器:

http://members.ping.de/~sven/dpi.html

对于文件夹,请尝试实际的谷歌文档,它非常完整:

http://developer.android.com/guide/practices/screens_support.html

希望能帮助到你!

于 2012-11-29T01:50:40.793 回答