CompactCalendarView
CompactCalendarView copied to clipboard
How to select more days and disable others days tap? How to enable tap only on selected days
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