I am using a date picker in my layout
<DatePicker
android:id="@+id/datepicker"
android:layout_width="366dp"
android:calendarViewShown="false"
android:spinnersShown="false"
android:layout_height="302dp"
android:theme="@style/datepicker" />
I want to increase the font size of digits in the calendar body (1-31 digits)...checked for date picker properties..didn't find any...how I can achieve this?