Skip to content

Commit

Permalink
Rename getHideUnderline() to isHideUnderline().
Browse files Browse the repository at this point in the history
  • Loading branch information
rengwuxian committed Mar 29, 2015
1 parent ad6e0c8 commit 6462f36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public void setAccentTypeface(Typeface accentTypeface) {
postInvalidate();
}

public boolean getHideUnderline() {
public boolean isHideUnderline() {
return hideUnderline;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ public void setAccentTypeface(Typeface accentTypeface) {
postInvalidate();
}

public boolean getHideUnderline() {
public boolean isHideUnderline() {
return hideUnderline;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ public void setAccentTypeface(Typeface accentTypeface) {
postInvalidate();
}

public boolean getHideUnderline() {
public boolean isHideUnderline() {
return hideUnderline;
}

Expand Down

0 comments on commit 6462f36

Please sign in to comment.