Custom Back Button Animation

后端 未结 4 737
孤街浪徒
孤街浪徒 2020-12-14 00:13

The default animation when the Back button is pressed is a slide from left to right. I\'d like to replace that with a custom animation. I\'m currently thinking

4条回答
  •  时光取名叫无心
    2020-12-14 00:39

    I wouldn't use onBackPressed() since it's a hack when we use Fragments and we need to handle the stack, for instance. I proposed a more elegant solution here:

    https://stackoverflow.com/a/43725255/689723

提交回复
热议问题