We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a recycler-view with several text-views. Some of those text-views have GIF drawable-lefts.
These GIFs play when the view-holder is first bound, but after scrolling the item off the screen then scrolling it back the GIF is no longer playing.
The text was updated successfully, but these errors were encountered:
@koral-- Do I need to override the freezesAnimation thing somehow?
freezesAnimation
Sorry, something went wrong.
Add compound drawables animation start when GifTextView attached to…
GifTextView
3f9d69f
… window. Fixes #474.
buildscript cleanup
77c36a1
Android support updated to 27.0.1 Changelog updated to reflect #474 Gradle wrapper regenerated with 4.3.1
9ac24ce
665b1da
It was a bug and should be fixed in version 1.2.9-SNAPSHOT, just uploaded to maven snapshot repo. Thanks for the report.
1.2.9-SNAPSHOT
No branches or pull requests
I have a recycler-view with several text-views. Some of those text-views have GIF drawable-lefts.
These GIFs play when the view-holder is first bound, but after scrolling the item off the screen then scrolling it back the GIF is no longer playing.
The text was updated successfully, but these errors were encountered: