Created
June 16, 2020 14:40
-
-
Save rodrigomartind/7d4cc1ad8f08ba64f943966e2d20e6e1 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/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