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