2011-10-06 15 views

回答

0

你可以在你的Manifest文件中使用android:screenOrientation="portrait"

只需添加android:screenOrientation="portrait到您想顯示你的肖像活動標記..

<activity android:name=".Keydets_Main" android:label="@string/app_name" android:icon="@drawable/keydets_icon" android:screenOrientation="portrait" /> 

如果添加此爲特定活動,只有活動將進來縱向模式。

如果您指定應用程序標籤內部,它將適用於整個應用程序。

相關問題