Source set: Common
Added in 1.5.0-alpha17
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
Added in 1.5.0-alpha17
val Horizontal = TimePickerLayoutType(0)
Displays the Time picker with a horizontal layout. Should be used in landscape mode.
Source set: Common
Added in 1.5.0-alpha17
val Vertical = TimePickerLayoutType(1)
Displays the Time picker with a vertical layout. Should be used in portrait mode.