addisonElliott / SegmentedButton

Segmented Control/Button with animation for Android API 16+
Apache License 2.0
148 stars 39 forks source link

Implement showing & hiding buttons #20

Closed addisonElliott closed 4 years ago

addisonElliott commented 4 years ago

Little experimentation was done with showing or hiding buttons and the functionality. It was extremely buggy, with animations not working correctly and dividers not updating properly.

This PR adds proper support for showing and hiding buttons via SegmentedButton.setVisibility function.

Fixes #18