android - Recyclerview - how to disable vertical scrolling on item swipe (fling) -
simple question - how disable recyclerview scrolling while swiping item? created ontouchlistener inside recyclerview item view holder, catches swipe events if user makes straight horizontal line. otherwise recycler list scrolling. ideas?
i'm facing opposite problem. if using itemtouchhelper, this
mitemtouchhelper.startswipe(myviewholder);
this force swipe instead of scroll.
Comments
Post a Comment