Created
August 23, 2018 14:39
-
-
Save gabbertini/5d653c6fd264fdb36d53098f2ac87fa6 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
<ImageView | |
android:layout_width="match_parent" | |
android:layout_height="0dp" | |
app:layout_constraintDimensionRatio="5:2" /> | |
<ImageView | |
android:layout_width="0dp" | |
android:layout_height="0dp" | |
app:layout_constraintEnd_toEndOf="parent" | |
app:layout_constraintStart_toStartOf="parent" | |
app:layout_constraintDimensionRatio="H,5:2" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment