The context:
I want to have a ListView that wouldn't receive focus (e.g. won't
highlight row when user touches it). Yet each row widget has it's own
OnClickListener.
Here's what I specify in layout xml:
--
android:choiceMode="none" android:focusableInTouchMode="false"
android:focusable="false"
--
The ListView still behaves exactly the same.
Could someone plz explain
a) the interrelation between the three
b) what's the right way to create a ListView that doesn't receive
focus?

TIA.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to