An Android ListView with enhanced functionality (e.g. Swipe To Dismiss and Undo)
The documentation can be found in the wiki: https://github.com/timroes/EnhancedListView/wiki
- All resources (layouts, colors, etc.) got an
elv_
prefix. So if you have changed some of these in your own app, you must make sure to also add theelv_
prefix to your resources (e.g. to change or internationalize the "Undo" string, you will need to have a string resourceelv_undo
instead ofundo
).