DimensionBuilders.ExpandedDimensionProp.Builder


class DimensionBuilders.ExpandedDimensionProp.Builder


Builder for ExpandedDimensionProp.

Summary

Public constructors

Creates an instance of Builder.

Public functions

DimensionBuilders.ExpandedDimensionProp

Builds an instance from accumulated values.

DimensionBuilders.ExpandedDimensionProp.Builder
@RequiresSchemaVersion(major = 1, minor = 200)
setLayoutWeight(layoutWeight: TypeBuilders.FloatProp)

Sets the layout weight (a dimensionless scalar value) for this element.

Public constructors

Builder

Added in 1.0.0
Builder()

Creates an instance of Builder.

Public functions

build

Added in 1.0.0
fun build(): DimensionBuilders.ExpandedDimensionProp

Builds an instance from accumulated values.

setLayoutWeight

Added in 1.0.0
@RequiresSchemaVersion(major = 1, minor = 200)
fun setLayoutWeight(layoutWeight: TypeBuilders.FloatProp): DimensionBuilders.ExpandedDimensionProp.Builder

Sets the layout weight (a dimensionless scalar value) for this element. This will only affect the width of children of a or the height of children of a androidx.wear.protolayout.LayoutElementBuilders.Column. By default, all children have equal weight. Where applicable, the width or height of the element is proportional to the sum of the weights of its siblings.

Note that this field only supports static values.