Last active
April 1, 2022 09:11
-
-
Save AsheeshSharma/f0022fa4dc0a3f07e99b569d9d69f059 to your computer and use it in GitHub Desktop.
Custom aspect ratio with fixed height
This file contains hidden or 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
<AppCompatImageView | |
android:id="@+id/image" | |
android:layout_width="wrap_content" | |
android:layout_height="@dimen/size_12" | |
android:adjustViewBounds="true" | |
android:scaleType="fitXY"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment