AndroidDeveloperLB / LollipopContactsRecyclerViewFastScroller

A sample of how to mimic the way that the contacts app handles a Fast-Scroller for a RecyclerView
Apache License 2.0
540 stars 95 forks source link

Scrolling behaviour when using AppBar layout or scrolling tabs #8

Closed dhaval0122 closed 9 years ago

dhaval0122 commented 9 years ago

Please update sample which work with design support library behaviour, when use fastscroll with recycleview its stop behaviour of autoscroll AppBar and Tabs

AndroidDeveloperLB commented 9 years ago

Sorry for that, but the sample was created before the design library was even introduced. I will keep this issue open till this will be fixed. If there is an issue, and you've found how to fix it, please let me know.

AndroidDeveloperLB commented 9 years ago

I've separated the sample and the library, and added some code to show how to use along with the design library.

Some of the code is based on this repo: https://github.com/sitepoint-editors/Design-Demo