how to change color of the actual scroll in ScrollView android?

后端 未结 4 1739
花落未央
花落未央 2020-12-24 04:58

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

4条回答
  •  旧时难觅i
    2020-12-24 05:49

    Taken from this question:

    You can set Listview property as or put the following attribute to your scrollview:

    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.

    
    
    
    
    
    
    
    
    

提交回复
热议问题