The default textsize in datepicker is too big for my app. I\'ve seen a way suggested to change it here, but fishing around for the textviews nested inside the datepicker cl
Setting a theme to DatePicker layout and adding android:textSize to it works for me.
DatePicker
android:textSize
In your layout's xml add a DatePicker applying a theme as shown below -
and then define the NumberPickerStyle in styles.xml specifying android:textSize like this -
NumberPickerStyle
styles.xml