Here is a code snippet
int bgColor = Integer.parseInt(summaryReportObj.backgroundColor, 16);
lv0.setBackgroundColor(bgColor);
The bgColor is blue and shows up only when I touch the text. I want the color to show all the time. When I set background image it displays just great.
What am I doing wrong?