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 !
Actually its mostly depends on your application theme
If you use android:Theme.Light for your application theme it looks like the below screenshot
if you use android:Theme.Holo for your application theme it looks like the below screenshot
EDIT : use HoloEverywhere project for your application theme.