I am not able to provide color of my choice to Thumb and progress dialog using "com.yahoo.mobile.client.android.util.rangeseekbar:rangeseekbar-library:0.1.0" library.
Below are the ways which I have tried:
- rangeseekBar.setDrawingCacheBackgroundColor(Color.BLACK);
- rangeseekBar.setColorFilter(Color.YELLOW, PorterDuff.Mode.MULTIPLY);
- rangeseekBar.setAccessibilityLiveRegion(Color.RED);
- rangeseekBar.setColorFilter(Color.RED);
But no luck. Anyone please help me on this.