roomorama / Caldroid

A better calendar for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clear the calendar

abhinav011085 opened this issue · comments

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