Android : Stop image scaling down

Posted by John Smith on Stack Overflow See other posts from Stack Overflow or by John Smith
Published on 2010-06-15T12:47:57Z Indexed on 2010/06/15 21:12 UTC
Read the original article Hit count: 191

Filed under:
|
|
|
|

Hi, I'm trying to draw an image in a view but having problems trying to maintain the scale of the original image. Basically, I have a small view and I would like to show part of the image in the view. The intention then is to perform a translation on the image so that a different part appears in the view.

No matter what I try, either the image is down-scaled automatically to fit the view or the whole image is viewable. I've tried playing about with the settings on BitmapDrawable, ImageView and Layout to no avail.

Anyone know a good way to achieve this?

© Stack Overflow or respective owner

Related posts about android

Related posts about image