Registering
V2EX  ›  Android

android 中 Activity 的切换动画运行正常,但是按返回键为何不能反向的运行切换动画?

  •  
  •   Registering · Nov 19, 2014 · 14222 views
    This topic created in 4210 days ago, the information mentioned may be changed or developed.
    用overridePendingTransition可以设置切换动画,并正常运行,但是返回效果不能体现
    nought
        1
    nought  
       Nov 21, 2014
    需要override当前活动的finish方法,在里面加上overridePendingTransition方法。
    public void finish() {
    super.finish();
    overridePendingTransition(R.anim.slide_left_in, R.anim.slide_right_out);
    }
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2865 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 07:22 · PVG 15:22 · LAX 00:22 · JFK 03:22
    ♥ Do have faith in what you're doing.