iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

How do I detect Threshold on swipe #19

Open pixelbendr opened 8 years ago

pixelbendr commented 8 years ago

Does anyone know how I can detect threshold on swipe. Also how to control the reverse animation. Also how do I attached swipe to children of view holder instead of the view holder itself