ImageView
Overview
Image view
Example
<ImageView android:layout_height="wrap_parent"
android:layout_width="match_parent"
android:src="@drawable/a"
/>
<ImageView android:layout_height="wrap_parent"
android:layout_width="match_parent"
android:src="http://baidu.com"
/>
Properties
Common Properties
Private Properties
| Property | Description | Values |
|---|---|---|
| src | Image source | String HTTP URL or image in IEC files (e.g. @drawable/aaa) |
| scaleType | Image scaling mode | Usage reference / |