Lisen

Results 1 issues of Lisen

The reason is in the 'drawMonthDayLabels(Canvas canvas)' method of the 'MonthView.java' file: int dayWidthHalf = (mWidth - mEdgePadding * 2) / (mNumDays * 2.0f); The 'int' should be replaced by...