Is there any way to change the default color of DatePicker and TimePicker dialog?
This is the code I tried
You have to create a custom theme and save it in some directories to finally set this theme as the default one for the app
First, in values add a themes.xml like this:
Then, create a directory with the name "values-v11" (Android 3.0+ ) in the res directory and put a themes.xml like this
Finally, create a directory with the name "values-v14" (Android 4.0+) in the res directory and create a themes.xml
Finally in your manifest.xml