We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am using your library, trying to implement FlipHorizontalTransformer
Inside my view pagers I have fragments with buttons, and their onClickLIsteners...but every time I use your library, these listeners start to overlap:
I have 2 pages: On page on i have Button1 and on page 2 i have Button2 (on same sort of relative location)
But when I am on page2 and click to Button2 -> Button1 onClick lister fires up!!!
Its like this page never left screen...its still on top (but hidden)...can you explain how to fix this ?!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I am using your library, trying to implement FlipHorizontalTransformer
Inside my view pagers I have fragments with buttons, and their onClickLIsteners...but every time I use your library, these listeners start to overlap:
I have 2 pages: On page on i have Button1 and on page 2 i have Button2 (on same sort of relative location)
But when I am on page2 and click to Button2 -> Button1 onClick lister fires up!!!
Its like this page never left screen...its still on top (but hidden)...can you explain how to fix this ?!
The text was updated successfully, but these errors were encountered: