overridePendingTransition for sliding activities in and out smoothly

后端 未结 5 679
深忆病人
深忆病人 2020-12-14 02:08

I\'m having trouble figuring out how to slide activities in and out with a push of a button. What I want is for the user to push a button and then the screen slides. The w

5条回答
  •  北海茫月
    2020-12-14 02:34

    There's an error not only in the enter_from_right animation, that should have a fromXDelta of 100% instead of -100%, but even in the enter_from_left animation, that should fave a fromXDelta of -100% instead of 100%.

    Cheers,

提交回复
热议问题