CompactCalendarView icon indicating copy to clipboard operation
CompactCalendarView copied to clipboard

How to select more days and disable others days tap? How to enable tap only on selected days

Open thumb80 opened this issue 4 years ago • 0 comments

Hi all,

is it possible to select more than one day into calendar view, i tried using setCurrentDate() method in a loop but it display only last element and loose other that matches my condition

times.forEach { if (it != "") calendar_view.setCurrentDate(getFormattedTime(it)) }

is there some xml attribute i can add to calendar view for my goal? i need (if it's possible) to select more than one day and to enable tap only on theese days.

Thank You

thumb80 avatar Apr 13 '21 19:04 thumb80