small numbers in CalendarView android

android, calendar

Solution

Apparently, it's a bug in the code for the CalendarView. Here's a reference to the bug. It's not a real answer, but more of an explanation, I guess.

https://code.google.com/p/android/issues/detail?id=34932

Allegedly, it's been fixed in 4.2.

Problem

I need the CalendarView for my app. But the numbers of the days are very small. How to make them bigger?

Original source