Last active
May 8, 2020 23:43
-
-
Save rodrigomartind/8dd087c8ac5b71e2c3b5209ee33d50d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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