timusus / RecyclerView-FastScroll

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

fastScrollAutoHide is not respected #27

Closed ericntd closed 8 years ago

ericntd commented 8 years ago

I want to disable autohide and always show the scrollbar/ fastscroll like Whatsapp Contacts. However, app:fastScrollAutoHide="false" has no effect, it's always auto-hide!

I'm using Android Support library 23.4.0

ericntd commented 8 years ago

Sorry, my bad having wrong XML attribute xmlns:app="http://schemas.android.com/tools". It should be xmlns:app="http://schemas.android.com/apk/res-auto"