MultiSlider
MultiSlider copied to clipboard
How to change color of circle animation on thumb touch?
There are circle reaveal animation when touching and dragging tumb. It look nice but how to change the color of it? I use style extended from widget . And it's default color is transparent red. I dont have an idea where red color comes from cause I have absolutely different primary color,color accent and etc.
Color is from ripple drawable control_background_multi_material.xml, which is setted like background in Multislider, there is atrtibute color set to the selector control_highlight_material.xml. This selector uses colorControlActivated for unpressed state and colorControlHighlight for pressed state.
Same issue here.