在manifest內加入
... >
android:smallScreens="false"
android:normalScreens="false"
android:largeScreens="true"
android:xlargeScreens="true"
android:requiresSmallestWidthDp="600" />
...
... >
...
其中要注意的是 android:requiresSmallestWidthDp="600" 這一項
要在properties build Target執行android 3.2以上才有支援提供,
不然你會出現以下error訊息:
No resource identifier found for attribute 'requiresSmallestWidthDp' in package 'android
沒有留言:
張貼留言