2010-08-06 69 views
1

我有一个肖像模式的应用程序。但是,我想在横向模式下运行特定的活动。我尝试了以下但没有成功。强制活动在Android 1.5中运行风景中的活动

1. android:screenOrientation="landscape" in AndroidManifest.xml 
2. this.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE); in activity requiring landscape mode 

如规定here。请帮忙。 谢谢

回答

1

the question you linked to提供的清单解决方案绝对有效。 Here is a sample project使用android:screenOrientation="landscape"

+0

感谢您的快速回复。它不起作用。实际上,在这种情况下发生的情况是,当我进行需要横向模式的活动时,活动并未开始,我将横向模式切换为肖像一段时间,屏幕变为空白。 :( – Prabhat 2010-08-06 10:23:50

+0

你是对的,问题在于宽度和高度。 – Prabhat 2010-08-08 12:47:01