AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Spot pair overflow!!! #78

Closed Mantoska closed 8 years ago

Mantoska commented 8 years ago

An error occurs on Android 6.0 (Marshmallow), device Sony Xperia Z5. It happens when you tap the progress button multiple times and sometimes when you slide it back and forth without releasing it.

screenhunter_111 apr 19 12 26

Anyone knows a solution?

AnderWeb commented 8 years ago

Seems a duplicate of issue #73

jaswant0605 commented 6 years ago

app:cardElevation="0dp"

I had a similar type of issue, i was using a cardview and I resolved it by setting the elevation of the cardview to 0 dp, I hope it will work.