问题
I am trying to add swipe function for my recyclerview. I am following this link for adding swipe. https://github.com/nikhilpanju/RecyclerViewEnhanced/blob/master/recyclerviewenhanced/src/main/java/com/nikhilpanju/recyclerviewenhanced/RecyclerTouchListener.java
In this link I can do only Right to left swipe. I want add Left to Right swipe. I tried to add functionality in onInterceptTouchEvent
. But I can not do the Left to Right Swipe. Can any one help me to add Left to Right swipe?
来源:https://stackoverflow.com/questions/64366919/how-to-add-swipe-left-to-right-in-recyclerview