开发者

Question regarding screen sizes

开发者 https://www.devze.com 2023-04-01 03:21 出处:网络
I\'m working on a live wallpaper and ready to release a new version on the Android market. Last time when I tested it on a tablet (x-large) screen the images got

I'm working on a live wallpaper and ready to release a new version on the Android market. Last time when I tested it on a tablet (x-large) screen the images got cut off and did not scale so i want to disable support for tablets. Does anyone know how I can d开发者_JAVA技巧o that? I already changed the API level but it seems I cannot lower that anymore with newer versions.

Thanks


Take a look here. You can set supported screen sizes in your manifest.

<supports-screens android:xlargeScreens="false" />
0

精彩评论

暂无评论...
验证码 换一张
取 消