平板电脑屏幕问题
我正在尝试重写一个应用程序以适合我的屏幕..现在一切都可以全屏显示,但控制表面屏幕:(
所以这是我的屏幕图片
http://www.mediafire.com/imageview.php?quickkey=j6r0okbmbfd3a24&thumb=4
红色的布局应该是全屏的,但框架正在锁定它向上.. 所以我看不到完整的布局
http://www.mediafire.com/?p300cpn0t7634v5
apk 文件。 。 帮助!!!!
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
http://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!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有类似的问题。我的解决方案是将 AndroidManifest.xml 中的最低 sdk 版本更改为更高版本。我把我的设置为 2。我个人将我的设置为 7,问题就消失了,但我不确定你可以在这里设置多低。
在 AndroidManifest.xml 添加/更改
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