Set CalendarView to display individual days in different ways

I have a calendar view, and I want to set up individual days (say, change color) under certain conditions that I have. For example, change the color of the days if the day is an odd number or an even number. Is there any way to do this?

+4
source share
1 answer

I think maybe you can just change the source code of the Android calendar: https://github.com/android/platform_packages_apps_calendar

As I know, if you use calenderview, you can just use it and not change it

0
source

All Articles