自动水平启动画面

发布于 2024-12-20 07:45:46 字数 87 浏览 3 评论 0原文

堆栈溢出的人。我目前正在开发这个应用程序,我想让我的启动屏幕在应用程序启动时自动变成水平视图,而不是水平视图之外的任何其他视图。 但我的闪屏只运行了 3 秒钟。

stackoverflow people. I've currently have this app that im developing, where I would like to make my splash screen automatically turn to horizontal view, when the app starts, and not to be any other view then horizontal.
But just for the 3 seconds my splash screen runs.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

儭儭莪哋寶赑 2024-12-27 07:45:46

android:screenOrientation="landscape" 添加到启动屏幕的 Activity 中。

Add android:screenOrientation="landscape" to your splash screen's activity.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文