wyq01
wyq01
you can try to rename a photo which in disk as "示例.jpg", and use UIL to display it,then the bug will come out
在周历的监听器mWeekCalendarClickListener的onClickDate以及onPageChange方法的最后添加 resetCalendarPosition(); 重置月历的位置
是的
ScheduleLayout类的第420代码: int row = monthView.getWeekRow() - 1; 改为: int row = CalendarUtils.getWeekRow(monthView.getSelectYear(), monthView.getSelectMonth(), monthView.getSelectDay()); 这段你忘了改
现在应该是421行 这行不改 bug修复不了
在周历页面进行翻页,翻到跨月份的那周时下拉,拉出月历