• T
    Fix the stretching views calculation when the calculation happens from the... · 5f20868b
    Takeshi Hagikura 提交于
    Fix the stretching views calculation when the calculation happens from the middle of the items (#164)
    
    When the calculation of stretching views happen from the middle of the items, the flex line being processed needs to be the corresponding one depending on the index of the view.
    This PR correctly handles the flex line.
    
    E.g. A new item is added on the condition that RecyclerView is scrolled to the
    bottom and align items is set to stretch
    5f20868b
FlexboxLayoutManagerTest.java 91.3 KB