traex / CalendarListview

Implementation of a calendar in a ListView. One month by row
MIT License
1.48k stars 439 forks source link

Sample doesn't work for me #19

Closed Shahroz16 closed 9 years ago

Shahroz16 commented 9 years ago

Running sample shows an empty screen. :cry:

SherifMakhlouf commented 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"/>