mollymay
mollymay

Reputation: 512

ImageView display region of an image

Is there a way in Android to show just an specific region of an image in an ImageView without preprocessing the bitmap? For instance using any of the available ScaleType (ie: MATRIX)?

Upvotes: 1

Views: 430

Answers (1)

JesusS
JesusS

Reputation: 1665

Hope this helps you, it contains the different ScaleTypes: http://etcodehome.blogspot.com.es/2011/05/android-imageview-scaletype-samples.html

Upvotes: 2

Related Questions