roomorama / Caldroid

A better calendar for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The item view of GirdView which it's adapter is CaldroidGridAdapter is "LinearLayout".

fengxiang1990 opened this issue · comments

The item view of GirdView which it's adapter is CaldroidGridAdapter is "LinearLayout".
I think the item view shoud be CellView,but is not. and the method getView of CaldroidGridAdapter
not run when the getCount () > 0;