Android Activity transitions using Support v4 up to date with Android L

后端 未结 2 1795
谎友^
谎友^ 2021-02-05 11:10

I was implementing material design for my app. I saw that it is possible to make transitions between activities just here: http://android-developers.blogspot.com.es/2014/10/impl

2条回答
  •  被撕碎了的回忆
    2021-02-05 11:45

    Activity Transitions are exclusive to Android 5.0. ActivityOptionsCompat. makeSceneTransitionAnimation doesn't do anything if you're running 19 or below.

提交回复
热议问题