I am developing small android application in which I set drawable resource as background for linear layout. Now what I want to do change background color of linear layout dy
One approach would be to create a second drawable XML with the 2nd color and then change the background of the layout with the 2nd drawable.