TimePickerLayoutType

Class

Common
@ExperimentalMaterial3Api
value class TimePickerLayoutType internal constructor(internal val value: Int)

Represents the different configurations for the layout of the Time Picker

Companion Object

Properties

Common
val Horizontal = TimePickerLayoutType(0)

Displays the Time picker with a horizontal layout. Should be used in landscape mode.

Common
val Vertical = TimePickerLayoutType(1)

Displays the Time picker with a vertical layout. Should be used in portrait mode.