Specifies the location and attributes of one element of a motion sequence.

## Syntax

```xml
<Constraint
  android:id="@id/view_id"
  attributes
/>
```

## Contained in

- [`<ConstraintSet>`](https://developer.android.com/training/constraint-layout/motionlayout/ref/constraintset)

## Attributes

The `<Constraint>` element supports the standard set of `ConstraintLayout`
attributes. For full documentation, see the [`ConstraintLayout` developer
guide](https://developer.android.com/reference/android/support/constraint/ConstraintLayout#developer-guide).