Custom scrollbar for listview

前端 未结 4 2020
南方客
南方客 2021-01-16 04:01

I have a task to create a custom scrollbar for list view and to my knowledge the way you can customize your scrollbar is very limited on android. Is it possible to achieve e

4条回答
  •  没有蜡笔的小新
    2021-01-16 04:49

    At the activity level, you could specify various attributes to specify the scrollbars. For the given scrollbar, you might have to specify scrollbarThumbVertical, scrollbarTrackVertical attributes. The list of customizable attributes are specified in R.attr.

提交回复
热议问题