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.
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.