turing-tech / MaterialScrollBar

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

Support for searchView #79

Closed naushad-madakiya closed 5 years ago

naushad-madakiya commented 7 years ago

I am using MaterialScrollBar with SearchView after search query I change list and notifyDataSetChange on adapter but ScrollBar doesn't update with new values of List.

turing-tech commented 7 years ago

What behaviour suggests that the MaterialScrollBar hasn't updated? Is the indicator showing the wrong thing or is the scrolling to not properly matched to the number and location of elements?

naushad-madakiya commented 7 years ago

@turing-tech Yes, MaterialScrollBar Is not showing proper bubble as per the list items. Also It should be hide/invisible if there are less item to show in Screen.

turing-tech commented 7 years ago

I'll need the code for your adapter to debug the issue.