taltstidl / Swipeable-RecyclerView

A library that provides an easy and customizable way to implement a swipe to dismiss pattern with RecyclerView.
Apache License 2.0
87 stars 17 forks source link

Add undo action #1

Closed taltstidl closed 9 years ago

taltstidl commented 9 years ago

This library should be able to handle undo actions easily, in the same way GMail allows.

taltstidl commented 9 years ago

Now available via setUndoDescription() and setUndoable() in the SwipeConfiguration class.