1

I use calendarView and now I want to change a background color in some calender cells. How can I do this? Or maybe somebody knows how to setting a listener in some cell in view? I tried like this:

(ListView) calendar.findViewById(android.R.id.list);

to find a list in widget, some id was back, but listener doesn't works. Same problem when I want to click on current day in view.

blahdiblah
  • 33,069
  • 21
  • 98
  • 152
Gorets
  • 2,434
  • 5
  • 27
  • 45
  • Possible duplicate of [Android CalendarView for Showing Events](http://stackoverflow.com/questions/16556254/android-calendarview-for-showing-events) – blahdiblah Nov 06 '13 at 00:33
  • Try to use https://github.com/SundeepK/CompactCalendarView, it works great. I switched from CalendarView to CompactCalendarView, and it solved most of my problems. – rudicjovan Sep 26 '18 at 13:11

0 Answers0