Event dot not showing for current date
Event dot not showing for the current date only other dates dots are showing properly and how to disable select date and disable current date background
Did you find any soluti9n.I am also facing the same issue.
me too
I found this it solve the problem for me https://github.com/SundeepK/CompactCalendarView/issues/214
call: compactcalendarView.shouldDrawIndicatorsBelowSelectedDays(true);
@mohammedhemaid compactcalendarView.shouldDrawIndicatorsBelowSelectedDays(true); will show the dots but how to disable select date and disable current date background
Shoulddrawindicator is working but i want to know there is a way to make current day same as all day.I know i can do this using currentdaybackhround but in case of event of current this will not work,so what should i do.?