How to achieve right to left animation to start the activity

后端 未结 5 957
深忆病人
深忆病人 2020-12-23 09:18

I am working on one demo application where I want to apply animation whenever app start any activity. I wrote below code but this is for to animate the activity

5条回答
  •  温柔的废话
    2020-12-23 09:37

    Try this code, it's working for me

    To slide from right to left

    
    
        
        
    
    

    To slide from left to right

    
    
    
    

提交回复
热议问题