android - RecyclerView scroll speed with offset -
i want scroll recyclerview specific position offset. using scrolltopositionwithoffset(position, offset) , method works fine except scroll happens fast , cant control speed of scroll. i've tried using smoothscrolltoposition() need offset. can tell me how can control speed of scrolling when using scrolltopositionwithoffset()?
put recyclerview in nestedscrollview scroll smoothly.
Comments
Post a Comment