我使用的一些設備上Xamarin的Android MaterialViewCalendar 如何更改Android MaterialCalendarView月份顏色?
月頭dissappears,所以我想將其設置手動的顏色。
<com.prolificinteractive.materialcalendarview.MaterialCalendarView
android:id="@+id/calendarView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@android:color/white"
app:mcv_showOtherDates="all"
/>