AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

How to change progress color for disabled DiscreteSeekBar? #28

Closed Dhaval2404 closed 9 years ago

Dhaval2404 commented 9 years ago

I am using DiscreteSeekBar, And it is working like a charm. I want to change the progress color of DiscreteSeekBar if it is in disabled state. How can i do that? Any hint will be appreciated. Thanks for this awesome libarary. :+1:

AOrobator commented 9 years ago

Try using a ColorStateList as the color for you seekbar.

Dhaval2404 commented 9 years ago

@AOrobator Thanks for your answer. You saved my day :-)

AOrobator commented 9 years ago

Glad to help :)