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

Custom Indicator #77

Open tommygoh opened 7 years ago

tommygoh commented 7 years ago

Hi ! It's a great library. I just want to know if it's possible to create custom indicator like the picture shown below ? I've looked that ICustomAdapter only can use String to show the indicator. Thanks before !

screen shot 2016-12-27 at 11 48 03 am

turing-tech commented 7 years ago

The library doesn't support that kind of functionality by default. You could make your own class and extend the Indicator class if you felt confident and badge an indicator that way.