oli107 / material-range-bar

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

Rangebar slow when setting large tickEnd #37

Open jelmervisser opened 8 years ago

jelmervisser commented 8 years ago

When I set a large tickEnd, for example tickEnd 9999 and tickStart 100 the rangebar reacts very slow.

sanketdhotre commented 8 years ago

Hey jelmertjuh, did u got any solution? I am also facing the same problem.

achinverma commented 8 years ago

i am also facing the same issue, my tickEnd is 9999, ?

jelmervisser commented 8 years ago

Didn't look for a solution, used another library for now.

OneWorld123 commented 8 years ago

My solution was to increase the tickInterval

raftx24 commented 8 years ago

maybe you have a heavy function in onRangeChangeListener
check it

maximPetlyuk commented 8 years ago

I found solution for me mPriseRangeBar.setDrawTicks(false);