Android:scrollbarThumbVertical="@drawable/scrollbar_vertical_thumb" //滚动条
scrollbar_vertical_track.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"><gradient android:startColor="#3333FF" android:endColor="#8080FF"
android:angle="0"/>
<corners android:radius="6dp" />
</shape>
scrollbar_vertical_thumb.xml
<?xml version="1.0" encoding="utf-8"?>
http://schemas.android.com/apk/res/android"> <gradient android:startColor="#505050" android:endColor="#C0C0C0" android:angle="0"/> <corners android:radius="0dp" /> </shape>
原文链接:https://www.f2er.com/xml/294258.html