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

BlurLayout bottom padding with match_parent height #21

Closed
smartvdd opened this issue Mar 17, 2017 · 1 comment
Closed

BlurLayout bottom padding with match_parent height #21

smartvdd opened this issue Mar 17, 2017 · 1 comment
Milestone

Comments

@smartvdd
Copy link

When BlurLayout height is match_parent, it appears bottom padding.
Seems an issue in this line bottomOffset = y + height + bottomOffset <= screenHeight ? bottomOffset : 0;
U'r using height instead of getHeight(), but in rightOffset code uses getWidth()

@emersoncloud
Copy link
Contributor

Thanks for the issue. I'll do some testing and let you know what I find. Expect an answer on this next week.

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

2 participants