TimePickerLayoutType
-
Cmn
value class TimePickerLayoutType
Represents the different configurations for the layout of the Time Picker
Summary
Public companion properties |
||
|---|---|---|
TimePickerLayoutType |
Displays the Time picker with a horizontal layout. |
Cmn
|
TimePickerLayoutType |
Displays the Time picker with a vertical layout. |
Cmn
|
Public companion properties
Horizontal
val Horizontal: TimePickerLayoutType
Displays the Time picker with a horizontal layout. Should be used in landscape mode.
Vertical
val Vertical: TimePickerLayoutType
Displays the Time picker with a vertical layout. Should be used in portrait mode.