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.
当用户从活动 A 转到活动 B 时,我想显示一个特定的动画。现在,正在显示我想要覆盖的默认动画。我希望新活动从右侧滑入。我猜这可以通过 overridePendingTransition()
overridePendingTransition()
但是我是否必须为我想要实现的动画创建一个新的 xml 文件,或者是否有一个现有的文件?我如何做到这一点
您在此页面上有许多动画:
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/2.3.5_r1/frameworks/base/core/res/res/anim/
您可以将它与 overridePendingTransition() 一起使用。
希望这可以帮助 :)