0

I want to highlight selected day in Caldroid calendar but when I am selecting the date it will successfully highlighted, but after that when I pick another date then it will highlight both the dates.

for instance:-

enter image description here

And expected output will be:-

enter image description here

Note:- Pink colour shows selected date and purple colour shows date having events.

Gaurav Takte
  • 607
  • 5
  • 22

1 Answers1

0

Use this caldroidFragment.clearSelectedDates(); before select any Date

Rajesh N
  • 6,198
  • 2
  • 47
  • 58