Positioning

open class Positioning

A representation of the positioning of a view relative to another.

Constructors

Link copied to clipboard
constructor(gravity: Int, xAdjustment: Float, yAdjustment: Float)

Properties

Link copied to clipboard
The alignment between the dependency and the child.
Link copied to clipboard
The x adjustment of the child relative to the dependency.
Link copied to clipboard
The y adjustment of the child relative to the dependency.