🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

TvKeyboardAlignment

Represents the TV keyboard alignment options available for TextField(s).

Source set: Android
enum class TvKeyboardAlignment(val option: String? = null) {
    Left("horizontalAlignment=left"),
    Right("horizontalAlignment=right"),
    Center("horizontalAlignment=center"),
    Fullscreen("fullWidthKeyboard"),
}

Represents the TV keyboard alignment options available for TextField(s).

It is not guaranteed if IME will comply with the options provided here.

Members

Left

Source set: Android
Left("horizontalAlignment=left")
Source set: Android
Right("horizontalAlignment=right")

Center

Source set: Android
Center("horizontalAlignment=center")

Fullscreen

Source set: Android
Fullscreen("fullWidthKeyboard")

Content updated: