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

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -