Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thumb80 opened this issue Apr 13, 2021 · 0 comments

Comments

@thumb80
Copy link

thumb80 commented Apr 13, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant