Skip to content

Instantly share code, notes, and snippets.

@AlexGabor
Created August 16, 2019 16:56
Show Gist options
  • Save AlexGabor/0af23f66a7052962f9708cc29cc687a7 to your computer and use it in GitHub Desktop.
Save AlexGabor/0af23f66a7052962f9708cc29cc687a7 to your computer and use it in GitHub Desktop.
ConstraintSet end
<ConstraintSet android:id="@+id/end">
<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_constraintBottom_toTopOf="parent" />
</ConstraintSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment