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

Clicks on Upper LinkagePager in Linkage2 coverflow are reversed #45

Open
hhyeok1026 opened this issue Jul 24, 2019 · 0 comments
Open

Clicks on Upper LinkagePager in Linkage2 coverflow are reversed #45

hhyeok1026 opened this issue Jul 24, 2019 · 0 comments

Comments

@hhyeok1026
Copy link

hhyeok1026 commented Jul 24, 2019

hi
i am beginner developer.

i find a problem.

Clicks on Upper LinkagePager in Linkage2 coverflow. are reversed
And paged in the reverse direction.


I fixed this problem at random.

first, download libaray and import,

second,
modify
onTouchEvent() in LinkagePagerContainer Class in package me.crosswall.lib.coverflow.core

//ev.offsetLocation(mCenter.x - mInitialTouch.x, mCenter.y - mInitialTouch.y); //erase
ev.offsetLocation(mInitialTouch.x - mCenter.x, mCenter.y - mInitialTouch.y); //new

i Modified the two parts of above source and paged in the desired direction.

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

1 participant