Android SegmentedControl + multi row support v1.2.0 Release Notes

Release Date: 2019-06-25 // almost 5 years ago

    ๐Ÿ‘Œ supportedSegmentsCount - Will enabled multy selection, default value is 1, only one item can be selected at the time, if the selection count is reached the elder selection will be unselected

    reselectionEnabled - true each section width with will be equal to each other, false each section width will be measured depending on its content width


Previous changes from v1.2-alpha

  • ๐Ÿ‘ {@link #setSupportedSelectionsCount(int)}

    implementation 'com.github.RobertApikyan:SegmentedControl:1.2-alpha'