3

How to design a Listview of this type in which  selctor should only be focused on list not the list icon

Sando
  • 1,893
  • 11
  • 29
  • 45
  • From your comment on @Aleadam's answer, you should post your questions very clearly in the question body, i mean you should write what exactly you want to perform and where you stuck? – Paresh Mayani May 30 '11 at 07:00

1 Answers1

5

Plenty of tutorials on the web for that:

For that particular case, my guess is that, next to the icon, there is a RelativeLayout with three TextViews, and using a custom background drawable. That drawable will define different background colors with a selector depending on the android:state_selected and/or android:state_pressed states.

Aleadam
  • 40,203
  • 9
  • 86
  • 108
  • thanks Aleadam,but what exactly i want is the selctor should only be focused on list not the list icon if you observe the figure you can get it.. – Sando May 30 '11 at 06:28
  • 2
    If you have a particular question, then I suggest you to *write it down* in the question body, rather than tossing an image and adding a very broad title – Aleadam May 30 '11 at 06:30