Hi,

I have a ListView that I can't get to behave as I like. When I click
it the first time the item I click won't get selected? It fires the
onItemClick event but it is not selected on the screen. If I click the
list one more time the selection remains. I want this to be the
behavior the first time I click the list as well. How do I do this?

Also I would like the ListView to have a item selected by default, and
I want the selected item to show as selected when scrolling the
ListView. Can this be done? I've tried setSelection(0) and almost
everything else I can think of but I can't get this to work. :-/

Oh one more thing that I can't figure out. When scrolling the ListView
the background gets darker, how do I change this or turn it off?

Any help is appreciated.

/Micke

-- 
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