SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.datepicker
/
MaterialStyledDatePickerDialog
Material
Styled
Date
Picker
Dialog
@
RestrictTo
(
value
=
[
Scope.LIBRARY_GROUP
,
Scope.TESTS
]
)
open
class
MaterialStyledDatePickerDialog
:
DatePickerDialog
A Material version of
android.app.DatePickerDialog
Members
Constructors
Material
Styled
Date
Picker
Dialog
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
)