修复布局方向垂直?布局、方向

2023-09-05 08:19:39 作者:追逐我的明天。

修正布局方向为纵向,并且不允许移动从纵向到左在运行时?

Fix layout Orientation to portrait and do not allow move from portrait to the left 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"