traex / CalendarListview

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

Cannot see the calendar #26

Closed jmoscatiello closed 9 years ago

jmoscatiello commented 9 years ago

Hey guys,

I downloaded the sample and attempted to integrate this view into my project but I cannot actually see the view. Is this a styling thing?

Please advise.

ziyaozou commented 9 years ago

plz modify the getMaxYear() function in MainActivity.java file, making its return value >= 2016

songzhiyong commented 9 years ago

have you call setController(...)?

jmoscatiello commented 9 years ago

@ziyaozou that solved it for me thanks