Android reverse shared element transition on back after orientation change?

前端 未结 4 1405
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-31 14:20

For shared element transition I am following this github project. It has 2 screens - one with recyclerview having number of cards & second the detail screen. As expected

4条回答
  •  粉色の甜心
    2020-12-31 14:56

    At last, I could fix this by applying separate theme to detail screen overriding following attribute value, but not sure why did this parameter change the animation behavior.

    true
    

提交回复
热议问题