0

I want to change if it is possible, only the background color/tint of all Sundays of the current month

like this pic, thank you for your time

enter image description here

Phantômaxx
  • 37,352
  • 21
  • 80
  • 110

1 Answers1

0

This documentation should help you out. Using the getFirstDayofWeek() should get your Sunday and then using setWeekDayTextAppearance I'm assuming would allow you to change it. I haven't personally used CalendarView before but the documentation looks pretty straightforward.

chinnc
  • 81
  • 6