Solved

For This Question, Assume MyView References an ImageView Object

Question 20

Multiple Choice

For this question, assume myView references an ImageView object. In order to preserve the image's aspect ratio (so it does not appear stretched or distorted) , you should use which of the following?


A) myView.setPreserveRatio(false) ;
B) myView.setPreserveRatio(true) ;
C) myView.setPreserveRatio() ;
D) Either (a) or (c) would work.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions