froyo 的万向旋转和我的横向应用程序
由于清单文件中的一个属性,我的应用程序设置为仅横向模式,但 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有一个处于横向模式的应用程序,并在清单中放入此属性:
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