I have a RangeSlider in my android project I want to change my thumbs with one of my drawables. When i tried it with seekbar in my xml code this works ->
android:thumb="@drawable/my_drawable"
but it doesn't work with sliders or range slider. Is there any way to customise thumbs of range sliders?
Try this programmitically through these methods :
for all values ->
for specific values :
for example :