Skip to content

Instantly share code, notes, and snippets.

@Tarelochkin
Created September 9, 2017 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tarelochkin/d4c08703b11d4ae5153dd17da156babe to your computer and use it in GitHub Desktop.
Save Tarelochkin/d4c08703b11d4ae5153dd17da156babe to your computer and use it in GitHub Desktop.
Scale Image to fill ImageView width and keep aspect ratio
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitCenter"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment