Skip to content

Instantly share code, notes, and snippets.

@hjm1fb
Created December 10, 2018 11:15
Show Gist options
  • Save hjm1fb/67263254dff5692e90691b8276bec60c to your computer and use it in GitHub Desktop.
Save hjm1fb/67263254dff5692e90691b8276bec60c to your computer and use it in GitHub Desktop.
#ImageView 宽度固定, 自动resize高度
<ImageView
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/banner"
android:scaleType="fitCenter"
android:adjustViewBounds="true"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment