bauerca / drag-sort-listview

Android ListView with drag and drop reordering.
3.2k stars 1.44k forks source link

Using fling remove with viewpager #98

Closed pavelkorolevxyz closed 11 years ago

pavelkorolevxyz commented 11 years ago

I have viewpager with 3 screens, left screen has DragSortListView, I want to remove items from this list by fling from left to right and go to second screen on right to left fling. Is there any way to do this with latest version of library? Thanks!

bauerca commented 11 years ago

Sure thing. On this line, change Math.abs(x2 - x1) to (x2 - x1).