mCalendarView
mCalendarView copied to clipboard
how to set today‘s textcolor?
how to set today‘s textcolor?
`Calendar c=Calendar.getInstance(); calendarView.markDate(new DateData(c.get(Calendar.YEAR),c.get(Calendar.MONTH)+1,c.get(Calendar.DATE)).setMarkStyle(new MarkStyle(MarkStyle.BACKGROUND, Color.GRAY)));
`