Covert
Covert copied to clipboard
Covert is an Android library for Material Swipe Actions within a RecyclerView
Hello! How can I configure a `RecyclerView` item to have two different icons and colors each for left and right swipes?
is there any possibility to override SWIPE_THRESHOLD_PROPORTION?
Hi and thanks for the great library! I have an issue when using it along with `ListAdapter`. I have a `DiffUtil.ItemCallback` set up so that whenever I submit a new...
I wanna disable swipable at some position/viewType, how i can do that?? Thank u