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

Cannot update data in the carousel view #9

Open
Keshava11 opened this issue Mar 1, 2017 · 1 comment
Open

Cannot update data in the carousel view #9

Keshava11 opened this issue Mar 1, 2017 · 1 comment

Comments

@Keshava11
Copy link

To update data I have been using following snippet

mCarouselView.resetList();

// And then adding new data one by one
mCarouselView.addView(view);

But it has an after affect is that views are redrawn and spacing between each item becomes huge making them even extend beyond the visible boundaries.

Can you please check this issue ?

@mazze-hub
Copy link

[...] But it has an after affect is that views are redrawn and spacing between each item becomes huge making them even extend beyond the visible boundaries.

Same effect here on sample app when replacing the base FrameLayout 'container' with the CarouselFragment. Also when replacing another fragment and returning (back press) to the CarouselFragment, the effect with huge spacing appears...

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