timusus / RecyclerView-FastScroll

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

Add support for ItemDecorations #1

Closed timusus closed 7 years ago

timusus commented 8 years ago

Currently not supported. Any RecyclerView with item decorations will have weird FastScroll positions, due to the height of the decorations not being taken into account.

timusus commented 7 years ago

Fixed by #47