我已经从自定义列表视图的AndroidHive下载了代码但是我不想在列表视图中查看我的图像我想用简单的imageview从xml解析它
答案 0 :(得分:0)
假设您已经拥有png图像,则可以将该图像添加到可绘制文件夹中 然后
<ImageView
android:id="@+id/imageView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/image1" />
只需使用android:src of imageview
引用该图像或者您可以使用Glide库