-
Notifications
You must be signed in to change notification settings - Fork 121
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 can I add Event? #75
Comments
Yes, using the addEventTag is the correct way. Maybe you need to change the color of the dot? I checked my code and using that method is enough |
so this should work. What version on the Library are you using? |
Now I saw collapsibleCalendar.addEventTag(2021, 12, 21); Now I'm facing the fact that the DOT is HUGE! How can I change this? |
I think I had to fork the repo and customized on my end. You can check my repos and use that forked version |
implementation 'com.github.dierivera:Collapsible-Calendar-View-Android:9d6be9d129' //calendar for the agenda tab You can use it adding this in the gradle, the numbers at the end are pointing to the last commit |
This is amazing!!! Good job dierivera |
One thing tho, do you have this change made for version 1.0.2 also? I don't enjoy the swipe motion from 1.0.3 |
Hi,
I want to add an UI indicator to the user that there is some event taking place in a specific date (a dot or something under the date).
Does this library have that?
I tried using calendarAdapter and simply addEventTag on the collapsibleCalendar but it doesn't work
The text was updated successfully, but these errors were encountered: