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

Align tops on layout/column change #133

Open jaygridley opened 9 years ago

jaygridley commented 9 years ago

Hi, there is a support for aligning tops of grid cells when scrolled to top (first cell). I am using layout transitions to change column count with animation and after animation and column change, the scroll position is correctly restored, but tops of cells are not aligned. They are aligned when I scroll to top. Can you add support for aligning tops of cells no mather of scroll position?