reddit / IndicatorFastScroll

Android library providing a simple UI control for scrolling through RecyclerViews
MIT License
707 stars 58 forks source link

Fastscoller selected index color change #29

Open AbanoubWagdyy opened 5 years ago

AbanoubWagdyy commented 5 years ago

Need to change selected text color when it is selected or scrolled to in fast scroller Note : change only selected text position not all positions as implemented

How can i achieve that ?

Thanks

DSteve595 commented 5 years ago

Can't be done with the current version, but should be doable. Will work on it.

DSteve595 commented 5 years ago

Try out 1.3.0 beta 1. Setting state_activated on your text/icon color should highlight the currently pressed one with the given color.