Android: CalendarView OnDateChangeLIstener

前端 未结 5 1039
醉话见心
醉话见心 2020-12-03 21:08

I\'ve already implemented this listener in order for me to display something when a certain date is clicked, but the problem is that when i scroll the CalendarView down, it

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-03 22:00

    My way around this was using calendar from HoloEverywhere (available source code for customization), commenting out the code causing this to be invoked and invoking it in onDateTapped method, that does the expected thing. And it works on pre ICS devices too.

提交回复
热议问题