当用户旋转手机时如何制作淡入淡出动画?

发布于 2024-09-19 11:41:22 字数 82 浏览 2 评论 0原文

我的应用程序的主屏幕是纵向模式的列表视图。当它处于横向时,它会切换到 ImageView。我希望能够在切换方向时制作淡入淡出过渡的动画。我该怎么做呢?

My app's main screen is a listview in portrait mode. When it is in landscape orientation it switches to an ImageView. I want to be able to animate a fading transition when I switch orientations. How can I go about doing this?

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

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

发布评论

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

评论(1

孤独患者 2024-09-26 11:41:22

我发现了类似的问题: 如何在 Android 活动屏幕上淡入图像?

有解决方案。只需确保 UI 映射到 XML 后执行动画即可。 Android 会在每次旋转时终止 Activity,因此最好的位置是 onStart() 或 onCreate()

I found a similar question: How to do a fadein of an image on an Android Activity screen?

that has the solution. Just need to make sure the animation is performed after the UI is mapped to the XML. Android kills the activity every time you rotate, so best place is onStart() or onCreate()

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