recruit-mp / LightCalendarView

A lightweight monthly calendar view for Android, fully written in Kotlin. Designed to meet the minimum demands for typical calendars.
Apache License 2.0
445 stars 67 forks source link

Highlight Multiple Days as "selected" #39

Closed rehan-malik closed 6 years ago

rehan-malik commented 6 years ago

Hello, how to show multiple days as "selected"? I need to show others dates if the selected monthView as highlighted, I found two options..

  1. Customize Accent class (How to draw accent as a whole day circle alike when other day is selected)
  2. Set multiple days as selected. (No api found for that)

Please help!!