I have inherited ListActivity and I need to change in code background color of some rows. How to do that, for example first row to set YELLOW background ? public class AlarmsActivi
Solution 1:
Take some array of colors and then in getView method set the view color to the pos. for example :
Post a Comment for "How To Change Background Of One Item From Listview In Code"