Created
August 16, 2019 16:56
-
-
Save AlexGabor/0af23f66a7052962f9708cc29cc687a7 to your computer and use it in GitHub Desktop.
ConstraintSet end
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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