-
Notifications
You must be signed in to change notification settings - Fork 183
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
fixed Item Height obtain that would be a problem? #122
Comments
I find you use fixed ItemHeight to calculate AllHeight, and you use
But I find some code in internet, may be should be better:
You can use this code optimize your library, I recommand you put this code in onPreDraw listener inner. |
You can use this code optimize your library, I recommand you put this code in onPreDraw listener inner. |
Great |
³j |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FastScrollRecyclerView#updateThumbPosition
Because some itemView height is not same. I like your smooth effect, but I haven't use your code. So this question only give you look.
The text was updated successfully, but these errors were encountered: