I need to change the background of the item in the list view to the color which appears when we press the item (kind of transparent yellow color).
Currently i am doing like this:
v.setBackgroundColor(Color.BLUE);
But instead of this blue color I need to set the background to that transparent yellow kind of color which flashes and goes when we touch the item.
What is the color code for that? Forgive me if the question is irrelevant.