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
Try this beautiful custom scrollview
Add following tags in your scrollview
android:fadeScrollbars="false"
android:scrollbarStyle="insideInset"
android:scrollbarThumbVertical="@drawable/scrollview_thumb"
android:scrollbarTrackVertical="@drawable/vertical_scrollview_track"
Create following drawable in your drawable folder
scrollview_thumb.xml
vertical_scrollview_traack.xml
Output