AndroidSwipeLayout icon indicating copy to clipboard operation
AndroidSwipeLayout copied to clipboard

In recyclerview other rows should get closed when we swipe open any row

Open nishu3389 opened this issue 6 years ago • 7 comments

I am implementing swipe layout in comment listing (recyclerview) where i want to give option of edit and delete the comment. so i want to close other comments edit/delete option when user tries to edit/delete one comment.

I have maintained a flag and calling swipeLayout.open(true) and swipeLayout.close(true) methods programmatically but its not fully working as expected.

nishu3389 avatar Nov 22 '19 09:11 nishu3389

You should use SwipeItemRecyclerMangerImpl

cenkgun avatar Dec 04 '19 15:12 cenkgun

how to use SwipeItemRecyclerMangerImpl?

UmairAhmed420 avatar Dec 19 '19 09:12 UmairAhmed420

https://github.com/daimajia/AndroidSwipeLayout/issues/358#issuecomment-389922782

cenkgun avatar Dec 19 '19 09:12 cenkgun