user989340
user989340

Reputation: 123

Is there a way change ListView scroll color?

i am using ListView and I am trying change scroll color but no result, I don't know how to do it, is there a way to do it?

Upvotes: 3

Views: 4823

Answers (2)

Maverick
Maverick

Reputation: 971

Try this

android:scrollbarThumbVertical="@android:color/white"

Upvotes: 3

Krishnabhadra
Krishnabhadra

Reputation: 34275

If you mean background color of listview when drawing then see this android blog post..

If you mean scrollbar color then see this SO thread...

Upvotes: 2

Related Questions