Closed domasn closed 7 years ago
Thanks for the PR! I haven't looked at the issue yet, but this PR will unit need tests before it is mergeable.
Thank you for adding unit tests.
I'm curious, why doesn't this PR have the automatic CI verification like the other PRs do?
@staguer Great question, I don't really know though. As you can see this pull is from a fix
branch on my fork, but that shouldn't really matter to CI.
It looks like Travis thinks it has detected abuse:
I contacted Travis support to see what is going on.
@domasn Travis support says the abuse flag has been removed. Please push an empty commit or rebase against master to trigger a new build.
Updates
StackLayout.distributionConfig
and calculates theaxisSpacing
taking into account the spaces that were already added during themeasurement
phase. ActualexcessAxisLength
for.fillEqualSpacing
is increased bynumberOfSpaces * spacing
so it can be redistrubuted.See issue https://github.com/linkedin/LayoutKit/issues/159