sunfusheng / GlideImageView

基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
https://github.com/sunfusheng/GlideImageView
1.77k stars 272 forks source link

在RecyclerView中加载,尺寸变化。 #24

Open zhangzhichaolove opened 7 years ago

zhangzhichaolove commented 7 years ago

RecyclerView列表中使用时,滑出屏幕再滑动回来,ImageView尺寸发生变化,第一次加载无问题,复用会导致图片比例失调,并且图片会变得比第一次模糊,布局没有固定宽高,我加载的长图。