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

Blank between two vertical ImageViews. #108

Open vectorqi opened 10 years ago

vectorqi commented 10 years ago

I set the margin as 1,and the horizontal layout seems good,but the why there is a blank between 2 ImageViews in vertical? screenshot_2014-05-30-10-01-21

DonLiangGit commented 10 years ago

i think it depends on device, i try to set 0 and 1 dp it works fine. make sure you set it right in your main activity xml: app:item_margin="?dp".