AsymmetricGridView
AsymmetricGridView copied to clipboard
HorizontalSpacing acting up.
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!

Same problem for me .Except this, it's a good library
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);
I should fix this. If you have time, please send a PR