Why is the MaterialContainerTransform() not applied from TextView into Fragment?
I am trying to implement a MaterialContainerTransform() by following the official documentation.
I have a MainActivity with a TextView. When the user clicks the TextView, I want to animate the TextView into a new StatsDetailFragment. But I seem not to get it to work from the instructions provided in the documentation, as there is no...