Registering
V2EX  ›  Android

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

  •  
  •   Registering · Nov 19, 2014 · 14396 views
    This topic created in 4265 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   ·   2897 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 01:50 · PVG 09:50 · LAX 18:50 · JFK 21:50
    ♥ Do have faith in what you're doing.