平板电脑屏幕问题

发布于 2024-11-24 00:44:08 字数 451 浏览 1 评论 0原文

我正在尝试重写一个应用程序以适合我的屏幕..现在一切都可以全屏显示,但控制表面屏幕:(

所以这是我的屏幕图片

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对你再特殊 2024-12-01 00:44:08

我有类似的问题。我的解决方案是将 AndroidManifest.xml 中的最低 sdk 版本更改为更高版本。我把我的设置为 2。我个人将我的设置为 7,问题就消失了,但我不确定你可以在这里设置多低。

在 AndroidManifest.xml 添加/更改

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

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"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文