Change scrollbar color in Android

后端 未结 2 1623
孤独总比滥情好
孤独总比滥情好 2020-12-04 15:19

Is it possible to change the color or appearance of the scrollbar in a ScrollView or ListView?

2条回答
  •  天命终不由人
    2020-12-04 16:15

    Check out the ApiDemos sample project in the SDK. The layout res/layout/scrollbar2.xml shows a way to style scroll bars.

    There are separate attributes for the scrollbar track and the scrollbar thumb. Size can also be adjusted.

提交回复
热议问题