Search code examples
javaandroidandroid-datepickerdatepickerdialog

Change the background of date picker dialog programmatically


I am showing DatePicker in dialog by following this tutorial, The dialog is showing white background which does not matches my app branding, so I want to change its color.

How can I do that programmatically ? Any Ideas?

Thanks in advance !


Solution

  • Actually its mostly depends on your application theme

    If you use android:Theme.Light for your application theme it looks like the below screenshot

    enter image description here

    if you use android:Theme.Holo for your application theme it looks like the below screenshot

    enter image description here

    EDIT : use HoloEverywhere project for your application theme.