开发者

Tablet Screen Issue

开发者 https://www.devze.com 2023-03-20 06:37 出处:网络
I\'m trying to rewrite an app to fit my screen.. everything works full screen now but the control surface screen :(

I'm trying to rewrite an app to fit my screen.. everything works full screen now but the control surface screen :(

so here's picture of my screen

htt开发者_StackOverflow中文版p://www.mediafire.com/imageview.php?quickkey=j6r0okbmbfd3a24&thumb=4

the layout that's in red should be full screen, and it is but the frame is locking it up.. so I cant see the full layout

http://www.mediafire.com/?p300cpn0t7634v5

apk file.. HELP!!!!


I had a similar problem. The solution for me was to change the minimum sdk version in the AndroidManifest.xml to higher. I had mine set to 2. I personally changed mine to 7 and the problem went away but I'm not sure how low you can go here.

In the AndroidManifest.xml add/change

<uses-sdk android:minSdkVersion="7"/>
0

精彩评论

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