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")
Right
Source set: Android
Right("horizontalAlignment=right")
Center
Source set: Android
Center("horizontalAlignment=center")
Fullscreen
Source set: Android
Fullscreen("fullWidthKeyboard")