myListView.setChoiceMode(ListView.CHOICE_MODE_SINGLE); works fine in non-touch mode.
However, I notice that when in touch mode, myListView does not show a focused row (the orange row highlight). How do I make it so that there is always one row that has orange highlight? myListView.setSelection did not do the trick. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

