Is it possible to change the color or appearance of the scrollbar in a ScrollView or ListView?
You can set Listview property as
android:scrollbarSize="10dp"
android:scrollbarThumbVertical="@drawable/custom_scroll_style"
Here custom_scroll_style is a xml file under the drawable folder. Lets create the custom_scroll_style.xml.
Here I got a Orange color scrollbar. You can use images also if the image size is less than 2px instead of xml.