AsymmetricGridView icon indicating copy to clipboard operation
AsymmetricGridView copied to clipboard

HorizontalSpacing acting up.

Open krisbot01 opened this issue 11 years ago • 3 comments

Hi!

It seems that increasing the horizontal spacing in your demo only adds spacing to the left size of the grid and not between items. I might be using the wrong method for this but setting the divider width works perfectly. Here's an example of what I mean.

Cheers!

screenshot_2015-03-17-09-55-51

krisbot01 avatar Mar 17 '15 08:03 krisbot01

Same problem for me .Except this, it's a good library

max02100 avatar Oct 14 '15 13:10 max02100

For anyone who is still looking for the solution. In AsymmetricViewImpl change 5 to 0 or whatever spacing you want.

requestedHorizontalSpacing = Utils.dpToPx(context, 5);

mihirjoshi21 avatar Jun 14 '16 14:06 mihirjoshi21

I should fix this. If you have time, please send a PR

felipecsl avatar Jun 14 '16 14:06 felipecsl