roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

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

Open fengxiang1990 opened 7 years ago

fengxiang1990 commented 7 years ago

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;