Open firehell opened 8 years ago
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)));
`
how to set today‘s textcolor?