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 functions

open String
Cmn

Public companion properties

Horizontal

val HorizontalTimePickerLayoutType

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

Vertical

val VerticalTimePickerLayoutType

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

Public functions

toString

open fun toString(): String