Changing color of single day in calendarview, android
问题 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. 回答1: You could extend the native CalenderView to create your own CustomCalendarView and make any desired changes in appearance. You can find