etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

IGNORE_ITEM_VIEW_TYPE #144

Open AlexBlokh opened 9 years ago

AlexBlokh commented 9 years ago

When using an AdapterWrapper that provides an endless scrolling with paging there is a UI issue.

Endless adapter provides an Adapter.IGNORE_ITEM_VIEW_TYPE view type for a pending item that contains a ProgressView or custom view. And staggered grid view do not inflates its properly.

The second item has view type IGNORE_ITEM_VIEW_TYPE

staggeredgrid