[android-developers] Re: How do I make sure one row ListView is always in focus

2008-11-21 Thread Romain Guy
You can't. That's the purpose of the choice mode. On Fri, Nov 21, 2008 at 11:35 AM, j <[EMAIL PROTECTED]> wrote: > > 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 (

[android-developers] Re: How do I make sure one row ListView is always in focus

2008-11-21 Thread Romain Guy
I mean, the purpose of the choice mode is to let the user have a persistent selection. He needs to touch the item or click it with the trackball. You cannot keep the highlight. On Fri, Nov 21, 2008 at 11:43 AM, Romain Guy <[EMAIL PROTECTED]> wrote: > You can't. That's the purpose of the choice m