Changing color of single day in calendarview, android

Werdli picture Werdli · Apr 8, 2013 · Viewed 16.2k times · Source

I've got the calendarview in eclipse and now I'm trying to change the appearance of a single day to highlight dates. I didn't find any useful method here, only changes of appearances of whole weekdates or monthdates. So is there a possibility to highlight a single day?

Also i know there are like 3 posts with the same issue, but none of them got answered.

Answer

Abhishek Sabbarwal picture Abhishek Sabbarwal · Apr 8, 2013

You could extend the native CalenderView to create your own CustomCalendarView and make any desired changes in appearance.

You can find the code for the native CalendarView here.