i m using a custom scrollbar and custom thumbimage for android listview.but the problem is the scrollbarThumbVertical image gets elongated when i scroll the listivew..could u guys help me out.
<ListView
android:id="@+id/listView1"
android:layout_width="150dp"
android:layout_height="wrap_content"
android:divider="@null"
android:dividerHeight="0dp"
android:scrollbarTrackVertical="@drawable/scrollbar"
android:scrollbarThumbVertical="@drawable/scroll"
android:background="@android:color/transparent"
android:cacheColorHint="#00000000" />