Skip to content

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

See Common Properties

Private Properties

PropertyDescriptionValues
srcImage sourceString
HTTP URL or image in IEC files (e.g. @drawable/aaa)
scaleTypeImage scaling modeUsage reference /