AnderWeb / discreteSeekBar

Apache License 2.0
2.11k stars 400 forks source link

Ripple not showing on press #25

Open cucko opened 9 years ago

cucko commented 9 years ago

when using AppCompat.Themes on Api 21+

brinkkemper commented 9 years ago

Change line 634/647 of DiscreteSeekBar to: // final float x = event.getX(); // if (Math.abs(x - mDownX) > mTouchSlop) { startDragging(event, false); // }

AnderWeb commented 9 years ago

I've just tested the sample app with appcompat and the appcompat theme and the ripple shows just fine. Could you provide a sample reproducing the issue?