I\'m wondering if it\'s possible to change the color of the ScrollView.
I\'m not referring to the background color or the edges. I attached a print screen of th
put the following attribute to your layout
android:scrollbarThumbVertical="@android:color/white"
or create a image and put it in drawable. then add the following property to your layout
android:scrollbarThumbVertical="@drawable/scroll_bar_vertical"