Android SegmentedControl + multi row support v1.0.8 Release Notes

Release Date: 2018-11-18 // over 5 years ago
  • Two features are added.

    • First one is for background color animation while selection. Animation duration can be changed with selectionAnimationDuration attribute from xml (or programmaticallysetSelectionAnimationDuration(int duration))
    • 0️⃣ Second one is for focused background color, which default value is selected background color with 16% of alpha. Default value can be changed with focusedBackgroundColor attribute from xml (or programmatically setFocusedBackgroundColor(int color))