Search code examples
androiddatepickerandroid-holo-everywhere

How to change color or customze DatePickerDialog?


I want to change color of DatePicker that will fit a brand. How I can do that?

Also I want to make in consistent across all verions so I use HoloEverywhere for that. I achieve consistent new UI but now I want to change colors dividers of this custom view


Solution

  • You can achieve this by using your own xml. See this blog post.

    I hope this will help you.