For some reason, I have two titles in my DatePickerDialog.
How can I get rid of the white title at the top? This is the code I use to create the Dialog:
Use this to also hide the title background
datePickerDialog.setTitle(null);