androidx.wear.protolayout.material


This package provides helpers for Wear ProtoLayout, to enable you to use Wear Material components such as Buttons and Chips within your ProtoLayout.

Classes

Button

ProtoLayout component Button that represents clickable button with the given content.

Button.Builder

Builder class for Button.

ButtonColors

Represents the background and content colors used in Button.

ButtonDefaults

Contains the default values used by Button.

Chip

ProtoLayout component Chip that represents clickable object with the text, optional label and optional icon or with custom content.

Chip.Builder

Builder class for androidx.wear.protolayout.material.Chip.

ChipColors

Represents the background and content colors used in Chip.

ChipDefaults

Contains the default values used by Chip.

CircularProgressIndicator

ProtoLayout component CircularProgressIndicator that represents circular progress indicator which supports a gap in the circular track between startAngle and endAngle.

CircularProgressIndicator.Builder

Builder class for CircularProgressIndicator

Colors

Represent the container for default color scheme in your Tile, that can be used to create color objects for all Material components.

CompactChip

ProtoLayout component CompactChip that represents clickable object with the text.

CompactChip.Builder

Builder class for androidx.wear.protolayout.material.CompactChip.

ProgressIndicatorColors

Represents the indicator and track colors used in CircularProgressIndicator.

ProgressIndicatorDefaults

Contains the default values used by CircularProgressIndicator.

Text

ProtoLayout component Text that represents text object holding any information.

Text.Builder

Builder class for Text.

TitleChip

ProtoLayout component TitleChip that represents clickable object with the text.

TitleChip.Builder

Builder class for TitleChip.

Typography

Typography styles, currently set up to match Wear's styling.