AndroidStaggeredGrid icon indicating copy to clipboard operation
AndroidStaggeredGrid copied to clipboard

Blank between two vertical ImageViews.

Open vectorqi opened this issue 11 years ago • 1 comments

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

vectorqi avatar May 30 '14 02:05 vectorqi

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".

DonLiangGit avatar Jul 01 '14 05:07 DonLiangGit