CompactCalendarView icon indicating copy to clipboard operation
CompactCalendarView copied to clipboard

Event dot not showing in kotlin

Open shanksgit212 opened this issue 6 years ago • 1 comments

shanksgit212 avatar Nov 09 '19 04:11 shanksgit212

Hmm... It works for me.

import com.github.sundeepk.compactcalendarview.domain.Event
[...]
val date = Date()
val event = Event(Color.WHITE, date.time) // needed: millisec
compact_calendar_view.addEvent(event)

WolfPascal avatar Apr 14 '20 15:04 WolfPascal