I'm using the library
And I'm almost at the end of the project, but now I have the need to insert the calendar widget option, but the calendar layout does not appear.
There is a black screen reporting problem in the display
Layout Code:
<com.prolificinteractive.materialcalendarview.MaterialCalendarView android:id="@+id/calendarView" android:layout_width="match_parent" android:layout_height="wrap_content" />
I look forward to comments.