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

[Feature Request] Expose Indicator properties #59

Closed thzero closed 7 years ago

thzero commented 8 years ago

Change getIndicatorHeight, getIndicatorWidth, getTextSize to protected properties and the constructor to public so that folks can create new indicators.

turing-tech commented 8 years ago

Yeah, I hadn't thought about that as a need, but I'll definitely work on implementing it. I'm on a trip atm but when I get back on about a week I'll refractor the indicator implementation to allow external indicators.

thzero commented 8 years ago

No problem... just made some changes locally and sent a pull request.