BugMan
Results
4
comments of
BugMan
同问,获取为空
> 如题 在xml中引入了自定义的周视图 月视图 ,代码中使用该方法获取整月的数据时拿到的集合是空的。 ` /** * 获取当前月份数据 * * @return 获取当前月份数据 */ List getCurrentMonthCalendars() { BaseMonthView view = (BaseMonthView) findViewWithTag(getCurrentItem()); if (view == null) { return null; }...