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 will have to create your own theme that extends THEME_HOLO_DARK. Change basic theme color of android application
Edit: Try something like this
And pass the reference to your theme to the constructor