Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using fling remove with viewpager #98

Closed
pavelkorolevxyz opened this issue Apr 13, 2013 · 1 comment
Closed

Using fling remove with viewpager #98

pavelkorolevxyz opened this issue Apr 13, 2013 · 1 comment

Comments

@pavelkorolevxyz
Copy link

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
Copy link
Owner

bauerca commented Apr 15, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants