youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

条目点击后的水波纹效果如何设置? #42

Closed smartls closed 2 years ago

smartls commented 2 years ago

作者你好,你的demo里有几个样例,有的点击会出现水波纹荡漾效果,有的则没有,我对比了几处代码,没发现关键区别。 我自己写了几个页面,都没出现波纹效果。请问具体是在哪个地方可以实现?

Keko2025 commented 2 years ago

item 添加属性试试 android:foreground ="?android:attr/selectableItemBackgroundBorderless"

smartls @.***> 于2021年12月17日周五 10:36写道:

作者你好,你的demo里有几个样例,有的点击会出现水波纹荡漾效果,有的则没有,我对比了几处代码,没发现关键区别。 我自己写了几个页面,都没出现波纹效果。请问具体是在哪个地方可以实现?

— Reply to this email directly, view it on GitHub https://github.com/youlookwhat/ByRecyclerView/issues/42, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXHJXLSWEUTDZP7BTP7BMLURKO27ANCNFSM5KHZGARQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

smartls commented 2 years ago

item 添加属性试试 android:foreground ="?android:attr/selectableItemBackgroundBorderless"

谢谢,我提了一个小白问题,这就关了!

youlookwhat commented 2 years ago

有两种设置水波纹的方式, android:background="?attr/selectableItemBackground" android:foreground="?android:attr/selectableItemBackgroundBorderless"

如果不生效,可以检查下是不是被子view的点击事件给覆盖了