I\'m coding android and I have a imageview. I want to set scaletype of this to topcrop. I could find centercrop in options, but it\'s not my request. How do I do?
I don't believe you need a custom Image View for this. All you have to do is set the scaleType to matrix and set a custom matrix to the ImageView.
scaleType
matrix
ImageView
Refer: https://stackoverflow.com/a/38049348/4747587