Skip to content

Instantly share code, notes, and snippets.

@rodrigomartind
Last active May 8, 2020 23:43
Show Gist options
  • Save rodrigomartind/8dd087c8ac5b71e2c3b5209ee33d50d2 to your computer and use it in GitHub Desktop.
Save rodrigomartind/8dd087c8ac5b71e2c3b5209ee33d50d2 to your computer and use it in GitHub Desktop.
<ConstraintSet android:id="@+id/unlike">
<Constraint android:id="@id/cardOne">
<Layout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_marginStart="50dp"
android:layout_marginTop="20dp"
android:layout_marginEnd="200dp"
android:layout_marginBottom="80dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintWidth_percent="0.9" />
</Constraint>
</ConstraintSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment