bytespryte

Results 1 comments of bytespryte

``` calendarView.setCurrentDayBackgroundColor(Color.BLUE); calendarView.setCurrentDayIndicatorStyle(CompactCalendarView.FILL_LARGE_INDICATOR); calendarView.setCurrentSelectedDayBackgroundColor(Color.GREEN); calendarView.setCurrentSelectedDayIndicatorStyle(CompactCalendarView.FILL_LARGE_INDICATOR); calendarView.setEventIndicatorStyle(CompactCalendarView.FILL_LARGE_INDICATOR); calendarView.addEvent(new Event(Color.RED, 1541572467000L, "test")); ``` I'm not sure if this is what OP means, but it seems that events are drawn at the bottom...