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.
我想通过将方向设置为仅纵向来防止我用 javaFX 编写的 Gluon 应用程序旋转
任何人都可以帮忙吗?
将此行添加到您的 AndroidManifest.xml 中的活动标记下:
android:screenOrientation="portrait"