Class

RadialAlignment

How to lay down components when they are thinner than the CurvedRow.

Source set: Android

Deprecated

glance-wear-tiles is deprecated and will be removed

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

public value class RadialAlignment private constructor(private val value: Int)

How to lay down components when they are thinner than the CurvedRow. Similar to vertical alignment in a Row.

Companion Object

Properties

Source set: Android

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

public val Inner: RadialAlignment

Put the child closest to the center of the CurvedRow, within the available space

Source set: Android

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

public val Center: RadialAlignment

Put the child in the middle point of the available space.

Source set: Android

Added in 1.0.0-alpha07

Deprecated in 1.0.0-alpha07

public val Outer: RadialAlignment

Put the child farthest from the center of the CurvedRow, within the available space