Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added android:fitsSystemWindows="true" to NestedScrollView to allow animations to work #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MonteCreasor
Copy link

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.

… ensure shared element animations will be able to calculate target view taking into account the fitsSystemsWindows property. They do not work without this being set.
@behelit
Copy link

behelit commented Mar 24, 2016

This doesn't work on Galaxy Tab 3 8"
Only the image/toolbar scrolls, the cards remain in position

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants