如果启动器声明了如何覆盖进入活动动画
我尝试进行谷歌搜索,但我只找到了使用 overridePendingTransition() 方法的活动内动画的解决方案。但是,如果我想在我的应用程序由启动器启动时拥有自己的动画,有什么解决方案吗?
多谢!
I tried to do Google search but I only found the solution for intra-activity animation using overridePendingTransition() method. However, is there any solution if I would like to have my own animation when my application is started by launcher?
Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用自定义主题定义动画。这是您基本上需要的。假设您知道如何使用主题,如果不知道,那是一个单独的问题。下面只需删除您不想定义自己的动画的任何行,它将回退到默认的 Android 动画。
You can define your animation with a custom theme. Here is what you basically need. Assuming you know how to use a theme, if not that is a separate question. Below just delete any line you don't want to define your own animation for and it will fall back to the default android animation.