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.