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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: