Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Created June 16, 2020 14:40
Show Gist options
  • Save rodrigomartind/7d4cc1ad8f08ba64f943966e2d20e6e1 to your computer and use it in GitHub Desktop.
Save rodrigomartind/7d4cc1ad8f08ba64f943966e2d20e6e1 to your computer and use it in GitHub Desktop.
<ConstraintSet android:id="@+id/start">
...
<Constraint android:id="@id/cardTwo">
<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" />
<Transform
android:scaleX="0.90"
android:scaleY="0.90" />
</Constraint>
</ConstraintSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment