I have a transparent listview with a image as background. Now, i want the scrollbar as transparent too, i.e I must be able to see the background image through this scrollbar too. Pls help!!!
Try this:
android:scrollbarThumbHorizontal="..."
android:scrollbarThumbVertical="..."
Where ... is a reference to your transparent drawable.
In your XML, if you add the line
android:scrollbars="none"
your ListView will still scroll, but have no visible scrollbars.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With