Skip to content

Instantly share code, notes, and snippets.

@AlexGabor
Created August 16, 2019 16:53
Show Gist options
  • Save AlexGabor/8ca32523c2fbea571f79db3c401f0399 to your computer and use it in GitHub Desktop.
Save AlexGabor/8ca32523c2fbea571f79db3c401f0399 to your computer and use it in GitHub Desktop.
ConstraintSet start
<ConstraintSet android:id="@+id/start">
<Constraint
android:id="@+id/header"
android:layout_width="0dp"
android:layout_height="wrap_content"
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintTop_toTopOf="parent" />
</ConstraintSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment