BRV
/
com.drake.brv.listener
/
OnHoverAttachListener
On
Hover
Attach
Listener
interface
OnHoverAttachListener
Content copied to clipboard
由RecyclerView.Adapter实现该接口
Functions
Functions
attachHover
Link copied to clipboard
abstract fun
attachHover
(v:
View
)
Content copied to clipboard
当条目附着时
detachHover
该函数可以进行还原
detachHover
Link copied to clipboard
abstract fun
detachHover
(v:
View
)
Content copied to clipboard
条目分离时 一般用于还原
attachHover
函数