timusus / RecyclerView-FastScroll

A simple FastScroller for Android's RecyclerView
Other
1.39k stars 183 forks source link

Take ItemDecoration offsets into account when calculating row height #47

Closed marverenic closed 7 years ago

marverenic commented 7 years ago

This fixes an issue where having ItemDecorations with offsets could cause the scrollbar to slide beyond the bottom of the RecyclerView.

Reproduction Steps:

I don't have a special sample project that particularly demonstrates this behavior, but it's visible on the playlist page on marverenic/Jockey (in commit 23335b4) and on the genre page in Shuttle Music Player.

timusus commented 7 years ago

Thanks for this. Fixes #1