I want to design a custom scrollbar
but I can't even see the scrollbar in recyclerview
, here is my code and I have also followed this question but not able to get the answer from this link
<android.support.v7.widget.RecyclerView
android:id="@+id/my_recycler_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_margin="5dp"
android:scrollbarThumbVertical="@android:color/darker_gray"
android:scrollbarSize="5dp"
android:layout_weight="1"
android:visibility="visible"
android:scrollbars="vertical" />