SwipeableRV
SwipeableRV copied to clipboard
Library that makes it easy to implement swipe-to-dismiss in recycler view
Added the direction information to all callback interfaces so that you can perform the appropriate logic based on what the left/right swipe action is
I am trying to combine this view with a refresh listener however sometimes they override one another depending on swipe direction. Is it possible to detect if the user is...
Hi, when I use a vector drawable instead a png the application crash, so maybe you should support too vector drawables in the attribute: `swrv:swipe_icon` By the way nice work...