When I scroll the list, fastscroll thumb is showed but the scrollbar thumb and track not showed.
Here is my XML code:
<ListView
android:id="@+id/list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbarTrackVertical="@drawable/bg_scroll"
android:scrollbarThumbVertical="@drawable/scroll_bar"
android:divider="@drawable/list_line"
android:fastScrollEnabled="true"`/>
My fastscroll thumb drawable is setted in styles.xml AppTheme.
Please check the data you passed to list view because fast scroll is only displayed when you have more list items to scroll.
Make sure you have these lines in recycler view tag