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

Too tall footer will relocate the grids when scrolling #107

Open booker0108 opened 10 years ago

booker0108 commented 10 years ago

Hi, I tried to have a layout with both header and footer which is likey to occupy the whole screen or most of it.

I have tested no matter how tall the header is, the view is good and working smoothly when scroll.

However, too tall footer will cause problem during scroll.

All the grids will relocate and it is weird.

Is it possible to be fixed?

Screenshots: screenshot_2014-05-28-11-58-40 screenshot_2014-05-28-11-58-45 screenshot_2014-05-28-11-58-52

You can see the yellow grid location has been changed when I scroll to bottom.

mvarnagiris commented 10 years ago

I have exactly the same issue. Footer doesn't need to be long for this to happen.

Something even weirder happens when there is bottom padding. Grid just goes crazy once you reach the end.