Display Activity From Bottom to Top

后端 未结 3 664
执念已碎
执念已碎 2020-11-29 18:41

I want to display one activity to another from bottom to top animation using Intent.

Given me some example for that like below

<         


        
3条回答
  •  执笔经年
    2020-11-29 19:26

    First : animate the layout of your activity 1 ,, Second : at the end of this aniamtion , Start your second Activity , and animate her Content Layout

    Use TranslateAnimation(int fromX,int toX, int fromY , int toY) ;

提交回复
热议问题