Skip to content

0.2.3

Compare
Choose a tag to compare
@thagikura thagikura released this 27 Jul 11:12
  • Adds the feature to put dividers between flex items or flex lines. Following attributes are now supported ( #100 )
    • showDivider
    • showDividerHorizontal
    • showDividerVertical
    • dividerDrawable
    • dividerDrawableHorizontal
    • dividerDrawableVertical
  • Exposes the FlexLine class and getFlexLines() method to offer the read-only information about the flex lines contained in the FlexboxLayout. ( #102 )
  • Fixes the issue that an empty flex line is added if the initial length of the first item is large ( #88)