CarouselView icon indicating copy to clipboard operation
CarouselView copied to clipboard

Cannot update data in the carousel view

Open Keshava11 opened this issue 8 years ago • 1 comments

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 ?

Keshava11 avatar Mar 01 '17 07:03 Keshava11

[...] 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...

mazze-hub avatar Mar 13 '17 20:03 mazze-hub