MagicMashRoom / SuperCalendar

@Deprecated android 自定义日历控件 支持左右无限滑动 周月切换 标记日期显示 自定义显示效果跳转到指定日期
2.76k stars 484 forks source link

普通日历中多种样式里面的“不同select颜色”点击后,把每个月的当前日期都用颜色标注了 #172

Closed forever123 closed 6 years ago

forever123 commented 6 years ago

new ColorDecorator(new CalendarDay(2018,10,17),colors[1]) 代码中明明传入了 年月日,应该只是标注某年某月的某一天,但是实际效果却是标注了所有的月的这个日期。 举例:如上我代码中是标注2018年的10月17号,但是实际效果却标注了所有月份的17号