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

MaterialScrollBar doesn't hide #52

Closed matteobucci closed 7 years ago

matteobucci commented 8 years ago

Hi, I have a recyclerview where sometimes I need to show a scrollbar, other times I don't. The elements on the recyclerview changes at run time, so I would decide when scroolbar should go away and when it should show. The problem is that I'm not able to do that. I've tried with the method scrollBar.setScrollBarHidden(false) with a scrollbar added through code, and using scrollBar.setVisibility(GONE) with a scrollbar added trough XML.

PtiPingouin commented 7 years ago

Did you find a solution?