timusus / RecyclerView-FastScroll

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

How to hide FastScroll #49

Closed Hitexroid closed 6 years ago

Hitexroid commented 7 years ago

Hi , how to hide and show fastscrollerby a method like this ?

FSV.showFastScroller(false);

PhpXp commented 7 years ago

There is app:fastScrollEnabled="false" but it does nothing

timusus commented 6 years ago

app:fastScrollEnabled is not an attribute of this library - I believe this is a recent addition to RecyclerView by Google, which is related to their own implementation of RecyclerView.

timusus commented 6 years ago

Resolved with f2e22af