Composables UI is out: our new component library for Compose Multiplatform ->
Class

TvKeyboardAlignment

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

Source set: Android
@ExperimentalTvFoundationApi
enum class TvKeyboardAlignment(val option: String? = null)

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

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

Last updated: