oli107 / material-range-bar

Android widget for selecting a range of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pins invisible when setting Temporary pins to false. (Not fixed yet)

Shai1579 opened this issue · comments

The library is really good theres just a bug that I saw people said they had it too and that it was fixed but it doesnt seems like it.

I put the range bar in 2 Activities. Both with setTemporaryPins(false).
One of the Activities it works perfectly, the other one the pins are invisible. Anyone knows why? they have the same range.

I have a similar issue. In the XML-File, the color for pin and selector is set to #CCC. Later, when I programmatically change the colors of the RangeBar(e.g. with an OnTouchListener on the container of the RangeBar), the pin becomes Invisible. For setPinColor and even if I only use setSelectorColor.
setTemporaryPins(true) works, but false unfortunately does not.

I had set the pinColor and pinTextColor as transparent so that it hides.