wyq01
Results
3
issues of
wyq01
The picture which name is chinese can not be displayed I fix it, ImageLoader.getInstance().displayImage(Uri.decode(Uri.fromFile(file).toString()), holder.iv, options, null);
Bug
Problem
建议将ScheduleLayout类的第420代码: int row = monthView.getWeekRow() - 1; 改为: int row = CalendarUtils.getWeekRow(monthView.getSelectYear(), monthView.getSelectMonth(), monthView.getSelectDay()); 用以解决在周历跨月份翻页时,月历位置计算不准确导致下拉月历出现位置错位的BUG。
无法快速向上滑动切换成周历,手势结束后弹回