Skip to content

Instantly share code, notes, and snippets.

@PiotrPrus
Last active January 4, 2020 22:30
Show Gist options
  • Save PiotrPrus/741bfba79e4bcc766659bc0c74444c7e to your computer and use it in GitHub Desktop.
Save PiotrPrus/741bfba79e4bcc766659bc0c74444c7e to your computer and use it in GitHub Desktop.
Like state of card in RV
<ConstraintSet
android:id="@+id/like"
app:deriveConstraintsFrom="@id/rest">
<Constraint
android:id="@+id/cardViewScene"
android:layout_marginStart="300dp"
android:rotation="45"
app:layout_constraintHeight_percent="0.9"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintWidth_percent="0.9" />
</ConstraintSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment