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

Samsung 7 inch Tablet redraw issue #178

Closed ketanMuttha closed 9 years ago

ketanMuttha commented 9 years ago

Hi ,

I have the 6 list of items but i can see only the 2 items visible and It can scroll with the blank up and down. Did anyone observer the same problem. I did not observe the issue on nexus 7 inch tablet. Can anyone please provide the any pointer for this issue.

Thanks, Ketan

ketanMuttha commented 9 years ago

Hi All, if anyone faces above problem, Please note that, your activity or fragment 's parent layout should be linear layout if you are running your apps on the above api level 17. this is because of known issue https://code.google.com/p/android/issues/detail?id=63673 .