我已将活动1的方向设置为肖像。现在,当我从活动1开始我的活动2时,我的第二个活动方向变为纵向,并且它不会变为横向。 任何建议一定是错的。
答案 0 :(得分:0)
只要您将旋转屏幕,就会在清单文件中添加以下内容
<activity
android:name=".Login"
android:configChanges="keyboardHidden|orientation"
>
</activity>
android:screenOrientation=["unspecified" | "user" | "behind" |
"landscape" | "portrait" |
"reverseLandscape" | "reversePortrait" |
"sensorLandscape" | "sensorPortrait" |
"sensor" | "fullSensor" | "nosensor"]
答案 1 :(得分:0)
将此属性设置为清单中的第二个活动 机器人:screenOrientation = “风景”
http://developer.android.com/guide/topics/manifest/activity-element.html