I\'m working on a ListActivity which will display a bunch of numbers (weights). I would like to change the background of a specific row in the ListView. To do this I have cr
If it's due to reuse, why don't you add another check for if itemWeight not equal to 20? If not equal, then set the background back to normal.