boycy815 / PinchImageView

体验极佳的Android图片手势控件。An Android image gesture control with excellent user experience.
MIT License
1.96k stars 495 forks source link

配合Glide使用 #52

Closed wuzheng4android closed 2 months ago

wuzheng4android commented 4 years ago

配合Glide使用加载小图的时候 会拉伸图片尺寸,请问怎么修改

boycy815 commented 2 months ago

PinchImageView默认使用的是Fit Center缩放模式。因此小图可能体验不是很好。可以继承后覆盖getInnerMatrix方法,自定义scaleMode