Skip to content

Instantly share code, notes, and snippets.

@ixiyang
Created July 29, 2014 07:52
Show Gist options
  • Save ixiyang/f086563778e92ed78ae2 to your computer and use it in GitHub Desktop.
Save ixiyang/f086563778e92ed78ae2 to your computer and use it in GitHub Desktop.
scale image to match view bounds
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