turing-tech / MaterialScrollBar

An Android library that brings the Material Design 5.1 sidebar to pre-5.1 devices.
Apache License 2.0
781 stars 126 forks source link

Adding scrolling to last item on list #120

Closed MonikaOlkowska closed 6 years ago

MonikaOlkowska commented 6 years ago

I made very simple fix for issue #35. I added two scrolling modes - first one shows first visible item in bubble, and the second one show latest values. I needed it only for LinearLayoutManager, so it didn't work with GridLayoutManager. Is there any chance for merging this pull request? I'll be grateful. Feel free to test this implementation or leave comments if there's something wrong.

turing-tech commented 6 years ago

Looks great! I'll try it out and let you know.