request : specified position with offset height
like this:
val layoutManager =recyclerView.layoutManager as LinearLayoutManager
layoutManager.scrollToPositionWithOffset(position, -offsetRelativeHeight)
can't slide smoothly how to solve this question?