gpt4 book ai didi

Android强制水平(横向)布局

转载 作者:IT老高 更新时间:2023-10-28 21:36:07 26 4
gpt4 key购买 nike

我的第一款 Android 游戏即将完成,但我遇到了一个非常简单的问题应用程序保持水平布局?现在,如果你转动手机(模拟器),它会翻转图形并挤压它们。无论用户如何转动手机,我都希望游戏水平开始并保持这种状态。

谢谢。

最佳答案

打开 AndroidManifest.xml 并添加以下 android:screenOrientation="landscape"例如

 <activity android:name=".ActivtyName" 
android:screenOrientation="landscape"
>

关于Android强制水平(横向)布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2067426/

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