Closed Shahroz16 closed 9 years ago
The sample is missing specifying the firstMonth and LastMonth So change it to this
<com.andexert.calendarlistview.library.DayPickerView
android:id="@+id/pickerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
calendar:firstMonth="january"
calendar:lastMonth="december"
calendar:drawRoundRect="true"/>
Running sample shows an empty screen. :cry: