SpongeBobSun / mCalendarView

Customizable & Shrinkable Calendar Widget for Android
Apache License 2.0
243 stars 73 forks source link

how to set today‘s textcolor? #18

Open firehell opened 8 years ago

firehell commented 8 years ago

how to set today‘s textcolor?

bhishman-desai commented 4 years ago

`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)));

`