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

need help for ParallaxScollListView to apply decor view #51

Open
deepikamandapalli opened this issue Sep 29, 2017 · 1 comment
Open

Comments

@deepikamandapalli
Copy link

Am using ParallaxScollListView as parent view and inside many views are rendering based on index position.
index 0> images
index 1> Viewpager
index 2 > viewpager
index 3> recyclerview with NestedScrollView as parent.

finally i need to apply Decor view at bottom of screen or end of recycler view ending. need offset value whether how much user has dragged & has to pull up easily.

i have applied like 3 ways , but no use.

IOverScrollDecor decor = OverScrollDecoratorHelper.setUpOverScroll(recyclerView, OverScrollDecoratorHelper.ORIENTATION_VERTICAL); - tried adding for recyclerview , not helped

final IOverScrollDecor decor = new VerticalOverScrollBounceEffectDecorator(new NestedScrollViewOverScrollDecorAdapter(nestedScrollView )); - tried adding for NestedScrollView

final IOverScrollDecor decor = OverScrollDecoratorHelper.setUpOverScroll(mParallaxScollListView); - tried adding for parallaxScrollView

Any help please...

@deepikamandapalli
Copy link
Author

it worked by removing the NestedScrollView from index3 > of recyclerview

and added like
final IOverScrollDecor decor = new VerticalOverScrollBounceEffectDecorator(new NestedScrollViewOverScrollDecorAdapter(parallaxScrollView));

worked!!

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