This works for me to set the counter mode to DatePickerMode programmatically.
Theme_Holo_Dialog_MinWidth is deprecated
val dpDialog = DatePickerDialog(activity!!, android.R.style.Theme_Holo_Dialog_MinWidth,listener, year, month, day) dpDialog.window?.setBackgroundDrawable(ColorDrawable(Color.TRANSPARENT)) dpDialog.show()
source share