I have a LinearLayout that I would like to change the background color of when one of its child views (an ImageButton) is clicked. I am able to do this, but not immediately
make the changes and call listview.invalidate(); to reflect those changes on UI