Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.
258
stars
64
forks
source link
Bug: adding full day WeekViewEvent with same startDate and endDate results in single cell #106
Closed
AndroidDeveloperLB closed 6 years ago
I think I've found an issue in your fork (and the others) :
if I add 2 all-day events with the exact same start&end dates, I see a single event instead. Here's the code to test it in AsynchronousActivity :