prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Listener for disabled days click #1066

Open feliperce opened 4 years ago

feliperce commented 4 years ago

I need to handle disabled days click, it's possible? setOnDateChangedListener only handle enabled day click.

I know this issue https://github.com/prolificinteractive/material-calendarview/issues/769

But I need this listener... I need to show toast msg for the user saying this date are not disponible. I can change the color of date to make it like disabled days, but I need to prevent it to be selectable (don't show the selectable circle for this date)