Replacing fragments have wrong elevation value
问题 Hello again stack overflowians. I have another fragment question. (I'm using android.app.Fragment not Support Fragments) I'm trying to replace a fragment. But this isn't as simple as using: fragmentTransaction .replace(containerId, newFragment) .addToBackStack("unique tag") .commit() Why not? Good question friends, its because my newFragment has a transition animation. Where is the animation defined? Another great question, its defined in the fragments onCreateAnimator() Why is it defined