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

Commit

Permalink
Added missing getters and setters in SegmentedButtonGroup class.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceryle committed Nov 15, 2016
1 parent 1810ab0 commit f16ae7e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ public void run() {
* SETTERS
**/

/*
public void setSelectorColor(int selectorColor) {
this.selectorColor = selectorColor;
}
Expand Down Expand Up @@ -657,7 +656,7 @@ public void setRipple(boolean ripple) {
public void setMargin(int margin) {
this.margin = margin;
}
*/

public void setSelectorAnimationDuration(int animateSelectorDuration) {
this.animateSelectorDuration = animateSelectorDuration;
}
Expand Down Expand Up @@ -685,7 +684,6 @@ public void setDividerRadius(int dividerRadius) {
RoundHelper.makeDividerRound(dividerContainer, dividerColor, dividerRadius, dividerSize, dividerBackgroundDrawable);
}


/**
* GETTERS
**/
Expand Down

0 comments on commit f16ae7e

Please sign in to comment.