I'm developing my first android application using appcompat v7 and the android support library with API 23. I would like to know how can I make the scrollbar semi-transparent like Gmail for example.
This is the scrollbar I get by default on my RecyclerView
and this is what I'm trying to achieve
Thank you for your help!