如何将布局方向固定为垂直?

问题描述:

如何将布局方向固定为纵向,并且不允许在运行时从纵向更改为横向?

How to fix layout orientation to portrait and do not allow changing from portrait to landscape during run time?

在您的 AndroidMainfest.xml 文件中,找到您希望锁定到给定轮播的活动的标签,并添加以下属性:

In your AndroidMainfest.xml file find the tags of the activities you wish to lock to a given rotation, and add this attribute:

android:screenOrientation="portrait"