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

List view scroll not working inside view pager #53

Open
BhavikaMamtora opened this issue Jul 2, 2015 · 2 comments
Open

List view scroll not working inside view pager #53

BhavikaMamtora opened this issue Jul 2, 2015 · 2 comments

Comments

@BhavikaMamtora
Copy link

No description provided.

@shayanpourvatan
Copy link

I had this problem with stack animation and scrollview , did you fix that?

@shayanpourvatan
Copy link

i fixed this issue with following code, might be useful for others:

    if (mState == State.IDLE && mRight != null) {
        mRight.setVisibility(View.GONE);
    } else if (mState != State.IDLE && mRight != null && mRight.getVisibility() == GONE) {
        mRight.setVisibility(View.VISIBLE);
    }

put this code in the end of onPageScrolled method.

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