• T
    Fix the issue if the anchor view is picked from the middle of the flex line. (#180) · 24edb521
    Takeshi Hagikura 提交于
    The anchor view should be the view, which has the
    - minimum start position for the start anchor
    - maximum end position for the end anchor
    
    but if the view in the middle of the first visible flex line (or last visible
    flex line for the end anchor) had the minimum start position, the anchor
    position wasn't picked correctly.
    
    This PR fixes the issue.
    24edb521
FlexboxLayoutManagerTest.java 112.6 KB