Fragment standard transition not animating

后端 未结 6 632
执笔经年
执笔经年 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条回答
  •  渐次进展
    2020-11-30 23:09

    You must call setCustomAnimations before you add the fragment. This allows adding multiple fragments with different animations.

提交回复
热议问题