SundeepK
SundeepK
Have you tried this method? https://github.com/SundeepK/CompactCalendarView/blob/master/library/src/main/java/com/github/sundeepk/compactcalendarview/CompactCalendarView.java#L164 Set `calendar.shouldDrawIndicatorsBelowSelectedDays(true)` to true. This will draw dots below selected days with large circles around them.
Ok, maybe I miss understood. Is this what you want? https://cloud.githubusercontent.com/assets/3941281/19624368/fd24ac36-9910-11e6-84b8-3a6e1bc5ff15.png If so, then you need to call `compactcalendarView.shouldDrawIndicatorsBelowSelectedDays(true);` Let me know if you have something else in mind.
There isn't an inbuilt way todo this right now.
Hi, do you mean not making them clickable and greyed out? Do you have any more info on what you need.
@erolasan Unfortunately, not yet. There is a backlog of enhancements and pull request that I am going through at the moment.
What version are you using? What phone are you debugging with? Can I also see your xml layout file?
Can I suggest you download the project. I has a sample app. If you can debug that app, can you replicate the same problem?
To click on the day, you just need to tap on it and then to receive a callback as to what day was click you use the `CompactCalendarViewListener` as you...
Is it possible to show me some code on how you are using the library?
Hi did you manage to find the problem. I had a look through the code above and I could not see anything that would cause a problem. The only other...