-
Button
Button is a component used for exposing actions to a user.
-
Card
Card is a component used to group related information into a single digestible unit.
-
GlimmerTheme
Jetpack Compose Glimmer contains different theme subsystems to allow visual customization across an application.
-
Icon
An icon component that draws imageVector, with a default size of LocalIconSize, and applies a content color tint.
-
IconButton
IconButton is a component used for exposing supplementary actions with a single tap.
-
ListItem
ListItem is a component used to represent a single item in a androidx.xr.glimmer.list.VerticalList.
-
Text
High level element that displays text and provides semantics / accessibility information.
-
TitleChip
Title Chip is a component used to provide context for associated content, such as a Card.
-
VerticalList
This is a scrolling list component that only composes and lays out the currently visible items.
-
VerticalStack
VerticalStack is a lazy, vertically scrollable layout that arranges its items in a visually overlapping, three-dimensional sequence, which resembles a deck of cards.
XR Glimmer
Jetpack Compose API reference for glimmer.