I have created a custom adapter for a listview with a custom view.
Now I would like to change background of the listview items (bg color of layout in the custom view of an item) as I press a button.
Is it even possible? Is it possible to change for all listview items at once or I have to change one by one?