lihangleo2 / ShadowLayout

可定制化阴影的万能阴影布局ShadowLayout 3.0 震撼上线。效果赶超CardView。阴影支持x,y轴偏移,支持阴影扩散程度,支持阴影圆角,支持单边或多边不显示阴影;控件支持动态设置shape和selector(项目里再也不用画shape了);支持随意更改颜色值,支持随意更改颜色值,支持随意更改颜色值。重要的事情说三遍
MIT License
3.46k stars 401 forks source link

【提醒】列表RecyclerView中的item布局使用阴影布局时需注意,一定要修改clickable和focusable为false。 #124

Closed gs666 closed 2 years ago

gs666 commented 2 years ago

否则会导致adapter的点击事件监听失效。 app:clickable="false" android:focusable="false"

lihangleo2 commented 2 years ago

确实会有这问题,不过当你使用shadowLayout作为itemView去做点击事件 这个问题就不存在的。非常感谢

shuaiyinoo commented 2 years ago

我也遇到了 牛逼这个提醒

liuhuan8986 commented 2 years ago

app:clickable="false" android:focusable="false" 这个我这边无效 android:clickable="false" android:focusable="false" 这样才行 3.2.4版本