cheesesquare
cheesesquare copied to clipboard
Added android:fitsSystemWindows="true" to NestedScrollView to allow animations to work
The android:fitsSystemWindows="true" parameter should be propagated down to the inner most container which in this case is a NestedScrollView. Failing do do so will cause any shared element animations to miscalculate the location of the target element in the target activity.
This doesn't work on Galaxy Tab 3 8" Only the image/toolbar scrolls, the cards remain in position