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

change the today's date background circle color #1071

Closed Sathyan-Elangovan closed 3 years ago

Sathyan-Elangovan commented 3 years ago

I want to change the background color of selected date/current date in the calendar.I know I can create Decorator class implementing DayViewDecorator. And adding that decorator while date change happens.It works perfectly.But the thing is when we open the calendar for the first time the current today's background is in default color.

Sathyan-Elangovan commented 3 years ago

Actually using xml attribute app:mcv_selectionColor="@color/green" we can change the selection color