Source set: Common
value class TimePickerLayoutType internal constructor(internal val value: Int)
Represents the different configurations for the layout of the Time Picker
Companion Object
Properties
Source set: Common
val Horizontal = TimePickerLayoutType(0)
Displays the Time picker with a horizontal layout. Should be used in landscape mode.
Source set: Common
val Vertical = TimePickerLayoutType(1)
Displays the Time picker with a vertical layout. Should be used in portrait mode.