Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JunGenius committed Jan 18, 2019
1 parent 38235d4 commit c403a59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/qj/picker/MDCalendarDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ public Builder setCurrentDate(Date date) {
return this;
}

public Builder setSelectionColor(@StringRes int color) {
public Builder setSelectionColor(@ColorInt int color) {
selectionColor = color;
return this;
}

public Builder setSureBackGroudColor(@StringRes int color) {
public Builder setSureBackGroudColor(@DrawableRes int color) {
sureBackGroundColor = color;
return this;
}
Expand Down

0 comments on commit c403a59

Please sign in to comment.