Skip to content

Commit

Permalink
support dash
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhtuan95ptit committed Dec 12, 2024
1 parent c741501 commit 8158439
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ public void setStrokeColor(int strokeColor) {
setBgSelector();
}

public void setStrokeDashGap(int strokeDashGap) {
this.strokeDashGap = strokeDashGap;
setBgSelector();
}

public void setStrokeDashWidth(int strokeDashWidth) {
this.strokeDashWidth = strokeDashWidth;
setBgSelector();
}

public void setStrokePressColor(int strokePressColor) {
this.strokePressColor = strokePressColor;
setBgSelector();
Expand Down

0 comments on commit 8158439

Please sign in to comment.