You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm using
calendarView.setOnForwardPageChangeListener
to get the next month's calendar and disabling certain dates in it usingcalendarView.setDisabledDays
. Those dates are not selectable but they're not using theapp: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?
The text was updated successfully, but these errors were encountered: