Ive specified white backgrounds for pretty much all widgets and it works, except when scrolling. The background container goes black during scrolling resulting in annoying flickering.
Ive specified white backgrounds for pretty much all widgets and it works, except when
Share
You will need to use the
setCacheColorHint()method of ListView.Example:
list.setCacheColorHint(yourBackColor);Explanation of the issue and solution here