hideOnScroll

inline fun RecyclerView.hideOnScroll(threshold: Int = 20, crossinline hide: () -> Unit = {}, crossinline show: () -> Unit = {})