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

I'm having Problem in with KenBurnsView and viewpager. #55

Open
chnouman opened this issue Mar 1, 2018 · 0 comments
Open

I'm having Problem in with KenBurnsView and viewpager. #55

chnouman opened this issue Mar 1, 2018 · 0 comments

Comments

@chnouman
Copy link

chnouman commented Mar 1, 2018

My scenario is actually i'm using this kenBurnsView in collapsing toolbar and bellow collapsing toolbar i have viewpager and tablayout. I'm changing the image as

mViewPager.setOnPageChangeListener(new ViewPager.OnPageChangeListener() {
            @Override
            public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
                changeHeaderImage(position);
            }

the problem is when i touch the screen for swiping viewpager image moves arbitrarily until i stop touching it.

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