在Android中切换活动时动画? [英] Animation while switching Activity in Android?

查看:83
本文介绍了在Android中切换活动时动画?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想要一个动画,同时在Android中从一种活动切换到另一种活动.我想要的动画是自下而上的,就像动画一样.

I want an animation while switching from one activity to another in Android. The animation I'm aiming for is a bottom to top like animation.

我该怎么办?

推荐答案

是可以的. 查看此问题.您必须在anim文件夹中定义动画,使用

Yes it is possible. check out this question. You have to define animations in anim folder than you can overide current animation using

overridePendingTransition( R.anim.slide_in_up, R.anim.slide_out_up );

这篇关于在Android中切换活动时动画?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆