blazsolar / android-collapse-calendar-view

Android calendar view that can be toggled between week and month view.
MIT License
628 stars 205 forks source link

Make dates before a particular date unclickable #24

Closed jsingh-jasmeet closed 7 years ago

jsingh-jasmeet commented 7 years ago

Is there a way to make dates before a particular date, such as all dates before yesterday unclickable? I know I can use an if condition to check if selected date is before a particular date, but is there a way to change the colour of such dates so that the user explicitly knows they cannot be clicked?

Thanks!

jsingh-jasmeet commented 7 years ago

Sorry. My bad. Should have used the library before commenting.