哪个res文件夹将在Android*1920*1080中使用?

Jer*_*ONG 2 android dpi highdpi hdpi

FHD(全高清)是1920*1080.

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

Wen*_*hui 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).

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