Created
June 16, 2020 14:46
-
-
Save rodrigomartind/b149f57612fc5b086399ec6618b85f81 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/cardTwo"> | |
<Transform | |
android:scaleX="1" | |
android:scaleY="1" /> | |
</Constraint> | |
</ConstraintSet> | |
<ConstraintSet android:id="@+id/like"> | |
... | |
<Constraint android:id="@id/cardTwo"> | |
<Transform | |
android:scaleX="1" | |
android:scaleY="1" /> | |
</Constraint> | |
</ConstraintSet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment