youlookwhat / ByRecyclerView

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

点击某条目后,背景色变化,能实现吗? #34

Closed smartls closed 3 years ago

smartls commented 3 years ago

如题,实现一个类似条目点击后高亮的功能,有办法吗?

youlookwhat commented 3 years ago

是item的背景颜色高亮吗,这个好像是业务的需求,可以自己实现呀,放在lib里面好像不太合适

smartls commented 3 years ago

好的,知道怎么做了。