0

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?

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
User10001
  • 1,295
  • 2
  • 18
  • 30

1 Answers1

1

you can create any custom selector that you want for your listview .please see ListView item background via custom selector and Selector for custom list view "Change ListView background - strange behaviour"

Community
  • 1
  • 1