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!!!
A:
In your XML, if you add the line
android:scrollbars="none"
your ListView will still scroll, but have no visible scrollbars.
ZachM
2010-07-29 06:08:45
Thank u for the reply!In the case you said, the scrollbar will not be visible at all, but my requirement is like.. the scrollbar of my Listview must be transparent and the text or background under it should be visible.
2010-07-30 09:55:02
Can anyone help please? This is urgent!
2010-08-10 13:49:54