gpt4 book ai didi

java - 安卓默认屏幕方向

转载 作者:行者123 更新时间:2023-11-29 06:56:55 24 4
gpt4 key购买 nike

在我的 list 文件中,我设置了

    android:screen orientation="portrait" 

对于我的 MainActivity。我这样做是为了让我的初始教程能够正常运行。初始教程结束后,我现在希望我的 MainActivity 正常运行,即当用户旋转设备时让它自行改变(默认行为)。有办法吗

最佳答案

首先从 list 中删除 android:screenorientation="portrait"

从运行时

setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);

同时将此添加到您的 list 文件中(在 Activity 中):

android:configChanges = "orientation"

Change orientation at runtime

http://techblogon.com/android-screen-orientation-change-rotation-example/

关于java - 安卓默认屏幕方向,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32757358/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com