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

Ability to hide the scroller #7

Closed AkshayChordiya closed 9 years ago

AkshayChordiya commented 9 years ago

Hi @krimin-killr21

Excellent library. There are couple of situations like Empty list, etc when the scroller is not needed can there be any method for this. I guess I tested setVisibility() which didn't work out.

turing-tech commented 9 years ago

Fixed. Use setScrollBarHidden(true) from now on.

AkshayChordiya commented 9 years ago

Thank you so much.

Regards, Akshay Chordiya On Sep 13, 2015 1:04 PM, "Turing Technologies" notifications@github.com wrote:

Fixed. Use setScrollBarHidden(true) from now on.

— Reply to this email directly or view it on GitHub https://github.com/krimin-killr21/MaterialScrollBar/issues/7#issuecomment-139849050 .