DimensionBuilders.AngularLayoutConstraint


@RequiresSchemaVersion(major = 1, minor = 200)
public final class DimensionBuilders.AngularLayoutConstraint


A type for specifying layout constraints when using DegreesProp on a data bindable layout element.

Summary

Nested types

Builder for AngularLayoutConstraint.

Public methods

int

Gets angular alignment of the actual content within the space reserved by value.

@Dimension(unit = 0) float

Gets the fixed value to reserve the space when used on a layout-changing data bind.

Public methods

getAngularAlignment

Added in 1.0.0
public int getAngularAlignment()

Gets angular alignment of the actual content within the space reserved by value.

getValue

Added in 1.0.0
public @Dimension(unit = 0) float getValue()

Gets the fixed value to reserve the space when used on a layout-changing data bind. If not set defaults to the static value of the associated DegreesProp field.