Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Created June 16, 2020 16:29
Show Gist options
  • Save rodrigomartind/dd3efa18bb61b693682d9fb6de2f300c to your computer and use it in GitHub Desktop.
Save rodrigomartind/dd3efa18bb61b693682d9fb6de2f300c 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/detail">
<Constraint android:id="@id/cardOne">
<Layout
android:layout_width="0dp"
android:layout_height="560dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</Constraint>
<Constraint android:id="@id/cardTwo">
<PropertySet android:alpha="0" />
</Constraint>
</ConstraintSet>
</MotionScene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment