Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HorizontalSpacing acting up. #25

Open
krisbot01 opened this issue Mar 17, 2015 · 3 comments
Open

HorizontalSpacing acting up. #25

krisbot01 opened this issue Mar 17, 2015 · 3 comments

Comments

@krisbot01
Copy link

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

@max02100
Copy link

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

@mihirjoshi21
Copy link

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);

@felipecsl
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants