Slide 34
Slide 34 text
Specifying shared elements
makeSceneTransitionAnimation(activity, sharedView, transitionName);
We specify pairs of Views and transition names.
The sharedView is the original view in our current layout (the starting state)
The viewTransitionName is the name of the corresponding view in the new
layout (the ending state)