Skip to content

Commit

Permalink
Added getCenterText() method
Browse files Browse the repository at this point in the history
  • Loading branch information
kukadiajayesh committed Jun 14, 2024
1 parent cd85157 commit ed8c217
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,4 +520,8 @@ public void toggleState() {
public void setCenterTextColor(Context context, int color) {
centerText.setTextColor(context.getResources().getColor(color));
}

public TextView getCenterText() {
return centerText;
}
}

0 comments on commit ed8c217

Please sign in to comment.