1. 说明

图像

2. 使用示例

<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"
    />

3. 属性说明

3.1. 公有属性

请参考 公有属性

3.2. 私有属性

属性名 说明 可选值
src 图像地址 字符串
HTTP的URL或者IEC文件中的图像(@drawable/aaa这样的写法)
scaleType 图像缩放方式 用法参考 /

results matching ""

    No results matching ""