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

The problem that addspan of DayViewDecorator is not maintained when the month changes #1140

Open youngsjungg opened 1 year ago

youngsjungg commented 1 year ago

I am doing a DayViewDecorator on a specific date, but when the month changes and returns, the background color and round processing added with setSelectionDrawable are applied, but the color and style application of the date is released with addSpan. Does anyone know a solution to this?!