Jetpack Compose library
Compose Ui
The Compose UI library contains fundamental building blocks to interact with the device and do custom drawing
Installation
dependencies {
implementation("androidx.compose.ui:ui:1.8.0-alpha04")
}
Components in Compose Ui
Compose Ui contains 11 Jetpack Compose components:
Modifiers in Compose Ui
Compose Ui contains 47 Jetpack Compose modifier(s):
alpha
approachLayout
blur
clearAndSetSemantics
clip
clipToBounds
composed
drawBehind
drawWithCache
drawWithContent
focusModifier
focusOrder
focusProperties
focusRequester
focusRestorer
focusTarget
graphicsLayer
inspectable
layout
layoutId
modifierLocalConsumer
modifierLocalProvider
motionEventSpy
nestedScroll
onFocusChanged
onFocusEvent
onGloballyPositioned
onInterceptKeyBeforeSoftKeyboard
onKeyEvent
onPlaced
onPreInterceptKeyBeforeSoftKeyboard
onPreRotaryScrollEvent
onPreviewKeyEvent
onRotaryScrollEvent
onSizeChanged
paint
pointerHoverIcon
pointerInput
pointerInteropFilter
rotate
scale
semantics
sensitiveContent
shadow
testTag
toolingGraphicsLayer
zIndex