androidx.wear.protolayout.material.layouts


Classes

EdgeContentLayout

ProtoLayout layout that represents the suggested layout style for Material ProtoLayout, which has content around the edge of the screen (e.g. a ProgressIndicator) and the given content inside of it with the recommended margin and padding applied.

EdgeContentLayout.Builder

Builder class for EdgeContentLayout.

LayoutDefaults

Contains the default values used by layout templates for ProtoLayout.

LayoutDefaults.MultiButtonLayoutDefaults

Contains default values used for MultiButtonLayout.

MultiButtonLayout

Opinionated ProtoLayout layout, that can contain between 1 and MAX_BUTTONS number of buttons arranged inline with the Material guidelines.

MultiButtonLayout.Builder

Builder class for MultiButtonLayout.

MultiSlotLayout

Opinionated ProtoLayout layout, row like style with horizontally aligned and spaced slots (for icons or other small content).

MultiSlotLayout.Builder

Builder class for MultiSlotLayout.

PrimaryLayout

ProtoLayout layout that represents a suggested layout style for Material ProtoLayout with the primary (compact) chip at the bottom with the given content in the center and the recommended margin and padding applied.

PrimaryLayout.Builder

Builder class for PrimaryLayout.