Registering
V2EX  ›  Android

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

  •  
  •   Registering · Nov 19, 2014 · 14398 views
    This topic created in 4266 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   ·   2808 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 04:21 · PVG 12:21 · LAX 21:21 · JFK 00:21
    ♥ Do have faith in what you're doing.