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

Animation Fix #14

Merged
merged 3 commits into from
Aug 30, 2014
Merged

Conversation

NathanRussakAtBrickSimple
Copy link
Contributor

Addresses and issue where if a FAB is listening to an AbsListView and then a user quickly scrolls up and down repeatedly, the FAB scrolls off the screen and never returns.

- Removed IDE bin and gen folders.
- Removed IntelliJ IML files.
- Etc.
Moved properties like the compile SDK version, build tools version,
mind SDK version, etc to the build.gradle file that way it can be
imported into any Android Studio project without the need for the
parent gradle.properties file.
The original code base contained a bug where if the user quickly swiped
up and down repeatedly on the AbsListView that a FAB was listening to,
the FAB would lose track of it’s original Y position and would slowly
scroll off screen never to be seen again. This fix has the FAB make a
note of it’s displayed Y position after it is assigned in onLayout()
and use it when animating instead of it’s current Y position.
@arusahni
Copy link

👍

@emhagman
Copy link

Working for me!

faizmalkani added a commit that referenced this pull request Aug 30, 2014
@faizmalkani faizmalkani merged commit d48d8f3 into faizmalkani:master Aug 30, 2014
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.

4 participants