1
(Choose 1 answer)
How the image will display when declare: android:scaleType = "CENTER"?
A. Displays the image centered in the view with no scaling
B. Displays the image centered in the view with fit the size imageview scaling
C. Scales the image to fit inside the view, while maintaining the image aspect ratio. At least one axis will exactly match the view, and the result is centered inside the view
D. None of others