在应用程序列表视图中,我在列表视图中有 1000 多个数据,并且滚动起来很乏味。我尝试更改滚动条但无法更改。我需要滚动条,如下图所示
<ListView
android:id="@+id/listview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/layoutProduct"
android:background="#00000000"
android:cacheColorHint="#00000000"
android:dividerHeight="1dp"
android:fadeScrollbars="true"
android:fadingEdge="none"
android:scrollbarSize="10dp"
android:scrollbarThumbVertical="@drawable/a_apptheme_fastscroll_thumb_holo"
android:focusable="true"
android:focusableInTouchMode="true"
android:listSelector="#00000000"
android:scrollingCache="false" >
</ListView>
用户可以拖动滚动条