Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'upstream/master' into feature/disableddays
# Conflicts:
#	library/src/main/java/com/codetroopers/betterpickers/calendardatepicker/CalendarDatePickerDialogFragment.java
#	sample/src/main/res/values/colors.xml
  • Loading branch information
TylerMcCraw authored and Tyler McCraw committed Jan 29, 2016
commit db80149b67dd5177d6532864dc45a0cd98b7cf71
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public void setDisabledDays(@NonNull SparseArray<CalendarDay> disabledDays) {
}
}

public void setOnDateSetListener(OnDateSetListener listener) {
public CalendarDatePickerDialogFragment setOnDateSetListener(OnDateSetListener listener) {
mCallBack = listener;
return this;
}
Expand Down
2 changes: 2 additions & 0 deletions sample/src/main/res/values/colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
<color name="custom_tp_divider">#808080</color>

<color name="custom_tp_disabled_day">#f44336</color>
<color name="colorPrimary">#dec01a</color>
<color name="colorPrimaryDark">#FFBCA211</color>
</resources>
You are viewing a condensed version of this merge commit. You can view the full changes here.