DatePickerDialog: how increase text size of year/month selector?

Viewed 15

I know this is a subview and that's managed by internal view pager. So how can I set custom text size? This is my custom theme sample result

Thanks.

1 Answers

Since DatePickerDialog is an external library, if it doesn't let you change it by passing some arguments, then one of the ways is to download the library locally so you can modify it to your needs.

Related