Highlighting certain dates on Android CalendarView [duplicate]

让人想犯罪 __ 提交于 2019-12-24 19:22:33

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!