roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

Clear the calendar #474

Open abhinav011085 opened 6 years ago

abhinav011085 commented 6 years ago

I've set dialogCaldroidFragment.setBackgroundDrawableForDates(bgForDate); dialogCaldroidFragment.setTextColorForDates(textColorForDate); How do i clear the previous values and set new??

also tried dialogCaldroidFragment.getBackgroundForDateTimeMap().clear(); dialogCaldroidFragment.clearSelectedDates(); dialogCaldroidFragment.refreshView(); but got nothing