我有7英寸屏幕(600×1024)的平板电脑,带有hdpi(240 dpi分类).
我创建了文件夹layout-sw600dp.但它不适用于这款平板电脑.
它的工作正常,7英寸屏幕(600×1024),mdpi(160 dpi分类).
我应该为具有hdpi(240 dpi分类)的7“(600×1024)平板电脑创建哪个文件夹?
解决方法:
这取决于您正在构建的Android API版本,如here所述:
… However, this won’t work well on pre-3.2 devices, because they
don’t recognize sw600dp as a size qualifIEr, so you still have to use
the large qualifIEr as well. So, you should have a file named
res/layout-large/main.xml which is IDentical to
res/layout-sw600dp/main.xml. In the next section you’ll see a
technique that allows you to avoID duplicating the layout files this
way.
你也应该看看这里:
Preparing for Handsets
和
New Tools For Managing Screen Sizes
总结以上是内存溢出为你收集整理的7“hdpi平板电脑Android的文件夹名称全部内容,希望文章能够帮你解决7“hdpi平板电脑Android的文件夹名称所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)