问题
I am using Android's CalendarView
and I need to highlight some dates. I can't find any methods to do that. Is there anything available?
回答1:
If you want to highlight a specific date, then you can call setDate().
If you want to highlight multiple dates, there are no simple method to do that. You should write your own calendar view.
来源:https://stackoverflow.com/questions/15196027/highlighting-certain-dates-on-android-calendarview