> I have a relative layout which contains 2 things. Something like this: > > RelativeLayout: > ---LinearLayout > --Some buttons > --TextView > --ListView > > If I use the trackball to scroll I can select items in my list view. > However > if I try to touch an item to select it the item doesn't get selected. > > Any ideas ?
This is expected behavior. Try it in any other application, and you should get the same thing. Touch events create list item "clicks", not persistent selections. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

