androidx.wear.compose.remote.material3

Classes

RemoteButtonColors

Represents the container and content colors used in buttons in different states.

RemoteIconButtonColors

Represents the container and content colors used in a text button in different states.

RemoteTextButtonColors

Represents the container and content colors used in a text button in different states.

Objects

RemoteButtonDefaults

Contains the default values used by RemoteButton

RemoteButtonGroupDefaults

Contains the default values used by RemoteButtonGroup

RemoteIconButtonDefaults

Contains the default values used by RemoteIconButton.

RemoteTextButtonDefaults

Contains the default values used by RemoteTextButton.

Composables

RemoteButton

Base level Wear Material3 RemoteButton that offers a single slot to take any content.

RemoteButtonGroup

Layout component to implement an expressive group of buttons in a row.

RemoteCompactButton

A Wear Material3 RemoteCompactButton that offers two slots and a specific layout for an icon and label.

RemoteIcon

Composable function that displays an icon using an RemoteImageVector.

RemoteIconButton

Wear Material RemoteIconButton is a circular, icon-only button with transparent background and no border.

RemoteText

High level element that displays text and provides semantics / accessibility information.

RemoteTextButton

Wear Material RemoteTextButton is a circular, text-only button with transparent background and no border.

Extension functions summary

RemoteModifier

Modifier to be applied to a RemoteButton to ensure that its size meets the recommended minimums.

Extension functions

RemoteModifier.buttonSizeModifier

fun RemoteModifier.buttonSizeModifier(): RemoteModifier

Modifier to be applied to a RemoteButton to ensure that its size meets the recommended minimums.