我正在使用https://github.com/MikeOrtiz/TouchImageView在我的应用中显示平移缩放功能。
我想在图像的初始显示中强加fitxy行为。当前设置可以很好地缩放图像的宽度,但不能很好地显示图像的高度。通常,您可以在图像视图的顶部和底部看到黑色部分。
提前致谢。
答案 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)