I have a listView with a background, scrollbar is showing as wanted.
But when I rewove the background with ListView.setBackgroundDrawable(null), the scrollbar does not show anymore.
Is this the normal behavior ?
How to make it visible again ?
Thanks
I have a listView with a background, scrollbar is showing as wanted. But when
Share
Set ListView.setBackgroundColor(0x00000000) instead of ListView.setBackgroundDrawable(null).