drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 751 forks source link

添加selectableItemBackground,没有点击效果。 #168

Closed i91h1r closed 7 years ago

i91h1r commented 7 years ago
Description:

在binder 的条目布局中添加 android:background="?android:attr/selectableItemBackground" 设置点击事件,在手机上不会显示点击的效果。

使用recycleview.Adapter 在其Item 布局中添加这个属性,点击item 会有效果。

drakeet commented 7 years ago

当你没有设置 OnClickListener 时,点击效果是不会触发的,这无关于是否使用 MultiType,MultiType 只是很薄的一层类型分发层,它绝不会影响你的 Views 内容及其逻辑。