Fragment standard transition not animating

后端 未结 6 656
执笔经年
执笔经年 2020-11-30 22:46

I\'m using the v4 android compatibility library to develop a tablet UI using fragments specifically for Android 2.2 devices and up.

Everything is working as it shoul

6条回答
  •  旧时难觅i
    2020-11-30 22:57

    I've added NineOldAndroids support to the Google Support library. See http://www.github.com/kedzie/Support_v4_NineOldAndroids for details. It allows using Property Animations for Fragment Transitions, PageTransformers, and some other stuff.

提交回复
热议问题