Is there any way to change the default color of DatePicker and TimePicker dialog?
DatePicker
TimePicker
This is the code I tried
The best way to change the picker dialog is by adding custom style to it.
TimePickerDialog timePicker = new TimePickerDialog(mContext, R.style.TimePickerTheme, fromListener, hour, min, false);
Worked perfectly for me.