Applandeo / Material-Calendar-View

Material Calendar View for Android
Apache License 2.0
970 stars 317 forks source link

Disabled days for next month not using disabled label color #447

Open asknask opened 1 year ago

asknask commented 1 year ago

I'm using calendarView.setOnForwardPageChangeListener to get the next month's calendar and disabling certain dates in it using calendarView.setDisabledDays. Those dates are not selectable but they're not using the app:disabledDaysLabelsColor="@color/red" I've set in my XML on the CalendarView. Only the current month (the one visible when the dialog/calendar loads) uses that color properly.

Is there any fix for this?