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

Limit number of DotAccents per day #22

Open csbenz opened 7 years ago

csbenz commented 7 years ago

I can add any number of DotAccents, which causes display issues, such as overlapping (for over 7 DotAccents on my phone). Maybe this is an intended behaviour as it is possible to write our own custom Accents, but I'm still signaling the issue in case.

EDIT: maybe after a certain number of Accents, we could display a "+" sign to indicate that some Accents couldn't be displayed.