CalendarView does not respond to xml markup. Except background, nothing works.
<CalendarView android:layout_height="match_parent" android:layout_width="match_parent" android:background="@color/colorBackground" android:selectedWeekBackgroundColor="@color/colorPrimaryDark"> Colors colorBackground and colorPrimaryDark are significantly different and it is impossible not to notice the difference. It also does not respond to
android:focusedMonthDateColor="@color/colorBackgroundDark" android:shownWeekCount="5" and other properties ... I'm testing on a real device API 22 ANDROID 5.1
And yes, here's another ... How to change the display method (so that only one month was visible and not two and a half) I thought about increasing the font ... but again DOES NOT REACT
