我有
layout
layout-large
layout-xlarge
我res
文件夹中的文件夹。
但是,尽管是7英寸平板电脑,布局是从layout
文件夹中挑选的,而不是布局大的。
并且设备在android 4.0
我错过了什么吗? 感谢。
答案 0 :(得分:3)
检查Supporting Multiple screens文档中的配置示例。
res/layout/main_activity.xml # For handsets (smaller than 600dp available width)
res/layout-sw600dp/main_activity.xml # For 7” tablets (600dp wide and bigger)
res/layout-sw720dp/main_activity.xml # For 10” tablets (720dp wide and bigger)
答案 1 :(得分:2)
检查设备分辨率是否正确,并按照Android提供的图表进行操作: http://developer.android.com/guide/practices/screens_support.html
配置示例:
为帮助您针对不同类型的设备定位某些设计,以下是典型屏幕宽度的一些数字:
答案 2 :(得分:0)
因为设备的DP是160dp / inch,属于mdpi设备类别