AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Ripple Color change Programmatically? #61

Closed ghost closed 8 years ago

ghost commented 8 years ago

How to change ripple color Programmatically?

ignaciogs commented 8 years ago

You can use the setThumbColor() and setScrubberColor() methods

myDiscreteSeekBar.setScrubberColor(Color.GREEN);
myDiscreteSeekBar.setThumbColor(Color.GREEN, Color.GREEN);
ignaciogs commented 8 years ago

Implemented in commit: d8e2aa05df6636f2aaebd72864ad7e1d140d5aca