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 change color of current week in MaterialCalendarView? #1108

Open zeusalmighty717 opened 3 years ago

zeusalmighty717 commented 3 years ago

I want to change the colour of the WeekDay text for the current week. I am able to change the colour for the current day using a decorator. Is it possible to do this while using this library?

Screenshot_1621573264 (Phone)

HatzoriHanzo commented 2 years ago

how did you highlight the current day?

zeusalmighty717 commented 2 years ago

@HatzoriHanzo This is from the samples provided by the library. Check out the sample folder. You will need to add a day selector.

HatzoriHanzo commented 2 years ago

@HatzoriHanzo This is from the samples provided by the library. Check out the sample folder. You will need to add a day selector.

thank you , i was able to find out the issue by realizing the lib owner uses another library for localdates, threeten or something. got it to work after i made use of the lib