Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit f16ae7e

Browse files
committed
Added missing getters and setters in SegmentedButtonGroup class.
1 parent 1810ab0 commit f16ae7e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

library/src/main/java/co/ceryle/segmentedbutton/SegmentedButtonGroup.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ public void run() {
585585
* SETTERS
586586
**/
587587

588-
/*
589588
public void setSelectorColor(int selectorColor) {
590589
this.selectorColor = selectorColor;
591590
}
@@ -657,7 +656,7 @@ public void setRipple(boolean ripple) {
657656
public void setMargin(int margin) {
658657
this.margin = margin;
659658
}
660-
*/
659+
661660
public void setSelectorAnimationDuration(int animateSelectorDuration) {
662661
this.animateSelectorDuration = animateSelectorDuration;
663662
}
@@ -685,7 +684,6 @@ public void setDividerRadius(int dividerRadius) {
685684
RoundHelper.makeDividerRound(dividerContainer, dividerColor, dividerRadius, dividerSize, dividerBackgroundDrawable);
686685
}
687686

688-
689687
/**
690688
* GETTERS
691689
**/

0 commit comments

Comments
 (0)