froyo 的万向旋转和我的横向应用程序

发布于 2024-09-16 00:43:33 字数 125 浏览 2 评论 0原文

由于清单文件中的一个属性,我的应用程序设置为仅横向模式,但 froyo 带来了通用旋转和问题。它将强制屏幕横向显示,但如果用户将手机倒置,我的应用程序将显示倒置。有没有办法让我将我的应用程序设置为仅在用户将手机定向在两个横向位置时旋转?

My app is set in landscape only mode thanks to an attribute in my manifest file, but with froyo came universal rotation and a problem. It will force the screen to landscape but if the user is holding the phone upside down my app will appear upside down. Is there a way for me to set my app to only rotate when the user has their phone orientented in both landscape positions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

匿名的好友 2024-09-23 00:43:33

我有一个处于横向模式的应用程序,并在清单中放入此属性:

android:screenOrientation="landscape"

将其放入活动中并且对我来说效果很好(Froyo 2.2 Nexus One)

...顺便说一句,对不起我的英语

I have one app in landscape mode and put in manifest this attribute:

android:screenOrientation="landscape"

Put this into activity and works fine for me (Froyo 2.2 Nexus One)

... By the way sorry for my english

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