prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

How to highligh the current date as the view loads in . #1119

Open HatzoriHanzo opened 2 years ago

HatzoriHanzo commented 2 years ago

ok so i set the calendarview to week mod which works perfectly. good job guys.

all i wanna do now is whenever i load the view, the user gets to see ( TODAYS DATE ) highlighted .

rashidlone commented 1 year ago

Set

mcv.setSelected(true);