I am a puzzled about using src or background for an ImageView.
src
background
ImageView
I know the former means the content of this ImageView
If you set an image to be the background of your ImageView, then the image will scale to whatever size the ImageView is. Other than that, src is a foreground image and background is a background image. Pretty much as it implies.