7
Answer (Choose 1 answer)
What is the difference between android:src and android:background attributes for ImageView?
A. There is no difference; they can be used interchangeably.
B. android:src sets the foreground image, and android:background sets the background image.
C. android:src sets the image in black and white, and android:background sets it in color.
D. android:src is used for local images, while android:background is used for online images.