You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2017. It is now read-only.
First off, thank you for this repo. this is an challenging, but worthwhile endeavor.
I was going through TweetElement.java , when I caught something odd with getMeasuredHeightWithMargins(UIElement uiElement) and getHeightWithMargins(UIElement) . For ease, I have attached the methods below:
As you can tell, there is no different between the two. I'm still learning, so I might be wrong, but do you mean to call element.getHeight() in the first method? If so let me know, I'd be happy to submit a PR.
Hey lucas,
First off, thank you for this repo. this is an challenging, but worthwhile endeavor.
I was going through
TweetElement.java, when I caught something odd withgetMeasuredHeightWithMargins(UIElement uiElement)andgetHeightWithMargins(UIElement). For ease, I have attached the methods below:As you can tell, there is no different between the two. I'm still learning, so I might be wrong, but do you mean to call
element.getHeight()in the first method? If so let me know, I'd be happy to submit a PR.