You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
the problem is when i touch the screen for swiping viewpager image moves arbitrarily until i stop touching it.
The text was updated successfully, but these errors were encountered: