swipe-button
swipe-button copied to clipboard
Swipe button in recyclerview
I have a recyclerview consisting of cards. Each card has textview and swipe button but button gets stuck in between while swiping and does not return to its initial state.
Maybe my issue (#59) is related to that too.
Yes in my recyclerview adapter swipe button gets stuck in between and does not return to original position so I used a normal button for time being.