-
Notifications
You must be signed in to change notification settings - Fork 540
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
BadgeView inside RecyclerView #29
Comments
yes. because the badge center point are not updated after scrolling, so the animation is playing on the original place, i will fix it in the next version. at last thank you very much for your issues |
Thanks. You are awesome:-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I added BadgeView to RecyclerView and I have some problem. For dismissing of Badge I use
badge.hide(true);
But when I scroll RecyclerView and after that trying hide Badge I see animation on wrong place.May you help me?
The text was updated successfully, but these errors were encountered: