锁定水平视图

use*_*751 2 android

我想在我的应用程序中锁定水平视图,是否可能?

非常感谢帮助,

谢谢,

Vla*_*nov 7

使用android:screenOrientation="landscape"您的活动属性.


Nir*_*tel 5

在你的清单中添加此代码......

<activity android:name=".activity"
        android:configChanges="orientation"   android:screenOrientation="portrait"></activity>
Run Code Online (Sandbox Code Playgroud)