MultiSlider icon indicating copy to clipboard operation
MultiSlider copied to clipboard

How to change color of circle animation on thumb touch?

Open Rehckover opened this issue 7 years ago • 2 comments

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.

Rehckover avatar Jun 29 '17 09:06 Rehckover

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.

KamikX avatar Aug 14 '17 21:08 KamikX

Same issue here.

ajitjati avatar Sep 23 '17 18:09 ajitjati