the problem is that my date picker having an ugly White background behind the date picker
Try with this
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));
add this line above "return dialog".