Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我将方向设置为横向(通过 Eclipse 图标翻转方向),但是当我运行应用程序时,方向仍然是标准的(在 Eclipse 中它正确显示为横向)。为什么会这样?
在您的清单文件中,在活动标签下,写入
android:screenOrientation="landscape"
这应该将方向设置为横向。