oli107 / material-range-bar

Android widget for selecting a range of values.
Apache License 2.0
1.68k stars 370 forks source link

Scrolling in Scrollview changes MaterialRangeBar #165

Closed raiffeisennet closed 5 years ago

raiffeisennet commented 5 years ago

When you have a MaterialRangebar inside a Scrollview and you start scrolling with your finger directly over the MaterialRangeBar, the bars value changes unvoluntarly.

rubensousa commented 5 years ago

I'm facing the same issue, but on a RecyclerView. I know how to fix this and hopefully tomorrow I'll open a PR.