-
absolutePadding
Apply additional space along each edge of the content in Dp: left, top, right and bottom, ignoring the current locale's layout direction.
-
actionParametersOf
Returns a new read-only Parameters, from the specified contents.
-
actionStartActivity
Creates an Action that launches the Activity specified by the given ComponentName.
-
background
Apply a background color to the element this modifier is attached to.
-
clickable
Apply an Action, to be executed in response to a user click.
-
ColorProvider
Returns a ColorProvider that always resolves to the Color.
- colorProviders
-
fillMaxHeight
Specifies that the height of the element should expand to the size of its parent.
-
fillMaxSize
Set both the width and height to the maximum available space.
-
fillMaxWidth
Specifies that the width of the element should expand to the size of its parent.
-
height
Sets the absolute height of an element, in Dp.
-
ImageProvider
Image resource from an Android Drawable resource.
-
mutableActionParametersOf
Returns a new MutableParameters, from the specified contents.
-
padding
Apply additional space along each edge of the content in Dp: start, top, end and bottom.
-
semantics
Add semantics for use in testing, accessibility and similar use cases.
-
size
Sets both the width and height of an element, in Dp.
-
toMutableParameters
Gets a mutable copy of Parameters, containing all key value pairs.
-
toParameters
Gets a read-only copy of Parameters, containing all key value pairs.
-
toParametersKey
Creates an action key from a preferences key.
-
visibility
Change the visibility of the current node.
-
width
Sets the absolute width of an element, in Dp.
-
wrapContentHeight
Specifies that the height of the element should wrap its contents.
-
wrapContentSize
Wrap both the width and height's content.
-
wrapContentWidth
Specifies that the width of the element should wrap its contents.
Glance
Jetpack Compose API reference for glance.