I have the following code in my xml:
<CalendarView
android:id="@+id/main_calendar"
android:showWeekNumber="false"
android:layout_width="700dp"
android:layout_height="650dp"
android:layout_gravity="center"
android:selectedWeekBackgroundColor="@color/black_shadow"
/>
The width and height are respected, but showWeekNumber and selectedWeekBackgroundColor are not. It still shows the week number and the selected week is still the default blue color.
Looks like this control is broken.