Shared elements animating between fragments
问题 I'm trying to animate 2 simple Views from a selected item in a RecyclerView to a new fragment. I've looked at a lot of examples of animating shared elements from one Activity to another Activity, but very few examples of animating a shared element from one Fragment to another Fragment within the same Activity. It almost works. Here is my structure. Activity -- Full screen Fragment1 with RecyclerView -- Full screen Fragment2 with details When the user selects an item in the RecyclerView in