Currently I am developing one Android application which works in Android automotive OS. In which I want to show the list of items in RecyclerView. But to scroll the RecyclerView Items I need to have a seperate - Up and Down Button along with the Scrollbar in the right hand side of the screen.
I have implemented the Up and down arrow button and it is working fine but I am unable to implement the Scrollbar. Can someone tell me how to achieve that.
Note: I don't want a inbuilt Fast ScrollView which comes with RecyclerView. I need a seperate Scrollbar just like we see it in this image.
Things I Tried: I have tried to access the CarUiRecyclerview from AOSP code but I am unable to do that. Can someone provide me an example to achieve this.