Hi,
I have four tabs each with a listview, I have set backgrounds for each of the four list views but when you scroll the list view goes black, I have followed advice from googling and have added android:cacheColorHint="#00000000" to the main layout file and added android:theme="@android:style/Theme.Dialog" to the main activity in the manifest file.
Problem is that when I do this I get a titlebar at the top of the screen that I dont want and when I try to add the no title bar code it wont work because I cant add the two styles within the same activity.
If I remove the dialog code the transparent listview goes black when scrolling again.
All I want is to make the listview transparent without having the titlebar, can anyone help with this???