FSCalendar icon indicating copy to clipboard operation
FSCalendar copied to clipboard

CalendarDateView这个类有点问题

Open ynpl opened this issue 8 years ago • 0 comments

row = a.getInteger(R.styleable.CalendarDateView_cbd_calendar_row, 6);这块应该不能写5 写6最合适 view = new CalendarView(container.getContext(), 6);这块直接写6就行了 要不然 你看7月 会直到29号

ynpl avatar Aug 10 '17 07:08 ynpl