MaterialStyledDatePickerDialog

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, themeResId: Int)
constructor(@NonNull context: Context, @Nullable listener: DatePickerDialog.OnDateSetListener, year: Int, month: Int, dayOfMonth: Int)
constructor(@NonNull context: Context, themeResId: Int, @Nullable listener: DatePickerDialog.OnDateSetListener, year: Int, monthOfYear: Int, dayOfMonth: Int)