I´m tying to change the divider color of the DatePicker Dialog.
I create the style:
<style name="dialog_custom" parent="@android:style/Widget.DatePicker">
<item name="android:divider">@drawable/dialog_divider</item>
</style>
And create the drawable like this
And the result is this
The divider no change color and the dialog take the content size..