apptik / MultiSlider

Multi functional slider/seekbar( / rangebar / scrubber) for Android
Apache License 2.0
320 stars 80 forks source link

MultiSlider's range color doesnt show on API 19 (kitkat) #88

Closed Yashshree closed 6 years ago

Yashshree commented 6 years ago

By default range color is white on API 19 , it is working fine on API above 19 , I have specified rangecolor property still it is not working on API 19 (kitkat). Please help scv_15244613095578139704287286709145

IslamKhSh commented 6 years ago

I also have the same problem

Yashshree commented 6 years ago

This is how i have solved it. Add library as module . add horizontal line drawable of whatever color you want in its drawable folder Now by default library has used white line drawable (for API below 19) so just change that default drawable with your drawable and it will work for kitkat. go to drawable-> multislider_track_material package-> multislider_track_material.xml -> change drawable attribute of layer-list tag you are done.