2014-11-22 63 views
-1

如何防止屏幕在横向和纵向之间旋转?如何防止Android的旋转显示?

+0

问题是相似的: http://stackoverflow.com/questions/582185/android-disable-landscape-mode – guido 2014-11-22 14:51:37

+0

在你的清单中,你可以用android:screenOrientation =“portrait”来设置你的活动方向,或者如果你想让风景做到这一点。但是这是基本的文件... – zgc7009 2014-11-22 14:54:34

回答

0

机器人:方向=“横向”或垂直的,如果你想它直立

1

基本上在manifest文件中加入这一行

android:screenOrientation="portrait"