Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Created June 16, 2020 16:26
Show Gist options
  • Save rodrigomartind/02a9d933b9c74ed4a9dc57b0bab0c719 to your computer and use it in GitHub Desktop.
Save rodrigomartind/02a9d933b9c74ed4a9dc57b0bab0c719 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<MotionScene xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
...
<ConstraintSet android:id="@+id/start">
...
<Constraint android:id="@id/detailButton">
<Layout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
app:layout_constraintBottom_toBottomOf="@id/cardOne"
app:layout_constraintEnd_toEndOf="@id/cardOne"
app:layout_constraintStart_toStartOf="@id/cardOne" />
</Constraint>
</ConstraintSet>
</MotionScene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment