2010-08-06 72 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