I am using LinearLayout (orientation = horizontal) for the listview items. And this linearlayout contains imageview and textview. I want to highlight the complete linearlayout manager of the listview item which one is touch by the user.
What is the good way to achieve it in the xml?