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.

I want to change the blue lines and the text color to red.
Thanks in advance!
EDIT:
Using this code:
<style name="testo" parent="@android:style/Widget.DeviceDefault.DatePicker">
<item name="android:divider">@drawable/dialog_divider</item>
</style>
this is what I get:

the drawable for the divider is basically a red line..