I\'m trying to create a custom dialog, basically I\'m using DatePickerDialog.THEME_HOLO_DARK but I want to change the \"divider\" color and the text color.
DatePickerDialog.THEME_HOLO_DARK
you can change the text color by doing something like
#FF0000
Did you ever figure out how to change the divider color? I'm trying to do the same thing and can't really find anything at the moment.