标签: android android-layout xml-layout
在我的应用程序中,我在test.xml和layout-hdpi文件夹中有一个布局layout-sw600dp文件... 当我在Samsung Tab GT-P1000中运行应用程序时,布局总是从layout-hdpi文件夹加载,但它应该从layout-sw600dp加载...这是什么解决方案...确切的文件夹是什么在Samsung Tab GT-P1000或7英寸平板电脑中加载布局的名称......此外,三星Tab GT-P1000的版本为2.3 ......
test.xml
layout-hdpi
layout-sw600dp
Samsung Tab GT-P1000
答案 0 :(得分:0)
根据Android documentation,在API 13中添加了sw<N>dp个文件夹(最小宽度)。因此Android 2.3将无法使用这些文件夹。
sw<N>dp