RecyclerViewSwipeDecorator icon indicating copy to clipboard operation
RecyclerViewSwipeDecorator copied to clipboard

A simple utility class to add a background, an icon and a label while swiping a RecyclerView item left or right.

Results 7 RecyclerViewSwipeDecorator issues
Sort by recently updated
recently updated
newest added

Currently as per your library there are methods available to addleftlable and addrightalble kind of this things and I'm using your library for while. Thanks for providing this sdk. But...

Hello, how can I setOnClickListener for child draw such as red delete button? Thank you.

I tried both the new version and the previous version and both do not want to import

I'd like to show an animated vector drawable (https://developer.android.com/guide/topics/graphics/drawable-animation#AnimVector) as action icon. I'll attach an self designed animated trash can example of an animated vector at the end. You may...

A nice add-on option would be to set the icons url, and load the drawable using Glide, for example

Hi Thank you for your library, i face issue on kitkat when i add icon using .addSwipeRightActionIcon,.addSwipeLeftActionIcon or .addActionIcon it clears every thing including the label text except the background...

Hello, How can I add an Acton event on clicking on particular text after Swipe. Thank you