How to override the enter activity animation if it is stated by launcher

前端 未结 1 749
被撕碎了的回忆
被撕碎了的回忆 2020-12-03 16:30

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 li

1条回答
  •  粉色の甜心
    2020-12-03 16:35

    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.

    
    @style/MyActivityAnimations
    
    
    
    
    
    

    0 讨论(0)
提交回复
热议问题