Reputation: 512
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
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