I have a problem with an ExpandableListView in my Android application. I’ve set a custom background color but while scrolling the list the color changes to black untill the scrolling has stopped. Is that normal or can you change the “onScrollColor”?
I have a problem with an ExpandableListView in my Android application. I’ve set a
Share
I had this kind of problem and solved it using this property in my list XML
android:cacheColorHint = "#00000000"