Android-Week-View
Android-Week-View copied to clipboard
Multiple preview render problems
Some problems I found in the rendering of the WeekView in the layout (xml):
-
java.lang.IllegalArgumentException: Invalid Region.Op - only INTERSECT and DIFFERENCE are allowed. It doesn't like all theRegoin.Op.REPLACEyou have. -
if(mEventRects == null || mRefreshEvents || (dayNumber == leftDaysWithGaps + 1 && mFetchedPeriod != (int) mWeekViewLoader.toWeekViewPeriodIndex(day) && Math.abs(mFetchedPeriod - mWeekViewLoader.toWeekViewPeriodIndex(day)) > 0.5))returns a NullPointerException
I have this problem too...