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

FastScroller touch input doesn't respect RecyclerView padding #120

Open
alexandermarinissen opened this issue Aug 10, 2022 · 0 comments
Open

Comments

@alexandermarinissen
Copy link

I have a RecyclerView that matches the width and height of my display. However, the RecyclerView has a top and bottom padding of let's say 100dp. The FastScroller is rendered correctly (i.e. it only starts 100dp from the top of the screen and ends at 100dp above the bottom), but it still thinks touch input should go from the very top of the screen to the very bottom. This means that I have to drag my finger all the way to the top, instead of 100dp from the top, and thus the FastScroller doesn't track my finger accurately.

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

No branches or pull requests

1 participant