I have an expandable list view I am using in one xml file which has a background. Upon loading, it looks fine, but sometimes while browsing the background of each list element shows infront of the background of the base view.

The list elements are defined in their own xml file.

Can I make the list elements backgrounds become transparent somehow, so that the background of the baseview is shown all the time instead, even when expanding/collapsing the view?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The answer can be found here :)

http://developer.android.com/resources/articles/listview-backgrounds.html

Use

android:cacheColorHint="#00000000"

On your list

link|improve this answer
That worked, big thanks! – KaiserJohaan Oct 25 '11 at 12:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.