You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: