addisonElliott / SegmentedButton

Segmented Control/Button with animation for Android API 16+
Apache License 2.0
148 stars 39 forks source link

Clickable=false disables also dragging! #32

Open agforte opened 4 years ago

agforte commented 4 years ago

It seems there is no way for me to enable dragging only. If I set app:draggable="true" and android:clickable="false" no touch event works. Dragging is also disabled.