如何使用Matrix显示fitXY scaletype

时间:2013-10-01 13:43:30

标签: android

我正在使用https://github.com/MikeOrtiz/TouchImageView在我的应用中显示平移缩放功能。

我想在图像的初始显示中强加fitxy行为。当前设置可以很好地缩放图像的宽度,但不能很好地显示图像的高度。通常,您可以在图像视图的顶部和底部看到黑色部分。

提前致谢。

1 个答案:

答案 0 :(得分:0)

使用带有stf == FILL

的Matrix.setRectToRect http://developer.android.com/reference/android/graphics/Matrix.html#setRectToRect(android.graphics.RectF,android.graphics.RectF,android.graphics.Matrix.ScaleToFit)