当我滚动列表时,会显示快速滚动拇指,但未显示滚动条拇指和轨道。
这是我的 XML 代码:
<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"`/>
我的 fastscroll thumb drawable 设置在styles.xml
AppTheme中。