Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Created May 3, 2020 16:58
Show Gist options
  • Save rodrigomartind/cf4c25469b1229e638daa71715c201c0 to your computer and use it in GitHub Desktop.
Save rodrigomartind/cf4c25469b1229e638daa71715c201c0 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/cardOne">
<Layout
android:layout_width="270dp"
android:layout_height="424dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</Constraint>
</ConstraintSet>
</MotionScene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment