RecyclerView ImageView wrap_content 滑动失效问题。
huanghongfu opened this issue · 8 comments
huanghongfu commented
RecyclerView ImageView wrap_content 滑动失效问题。
shenbengit commented
请具体说明复现过程。
giantbing commented
在adapter中使用了glide 加载网络图片时 可复现此问题
shenbengit commented
好的 我测试一下
shenbengit commented
@giantbing 问题已经复现了,原因是Glide在加载图片时偶发导致了LayoutManager.onMeasure()->LayoutManager.onLayoutChildren()被调用。目前的解决方案请尝试先固定ImageView的宽高,或Glide加载时指定宽高,我将在下个版本修复这个问题。
shenbengit commented
duanjiao-a commented
我在recyclerView中指定了宽高,但是没有效果。仍然会复现此问题
shenbengit commented
不是RecyclerView的宽高,是item layout 中ImageView的宽高。可以看下GlideActivity。
shenbengit commented
fixed. v1.1.3