That's correct.

On Mon, Nov 16, 2009 at 11:18 PM, Loki117 <thomas.sheppar...@gmail.com> wrote:
> I am already setting itemsCanFocus(true) for the listView to signify
> that the children are focusable is this what you intended by "you need
> to tell ListView that is children are focusable."?
>
> On Nov 16, 5:06 pm, Romain Guy <romain...@google.com> wrote:
>> > It doesn't HAVE to be programmatically it just happens that at the
>> > moment when the user flings the list and then places there finger on
>> > the list it doesn't stop it keep scrolling bit highlights the selected
>> > child in the list.
>>
>> Ok that's not something you should have to handle. It happens to be a
>> known issue I fixed last week, so it will be made public in whatever
>> next release of Android.
>>
>> > list view has not been set to focusable (it doesnt work even if it
>> > does have a focusable / focusable touch)
>>
>> The ListView should be focusable, it is very wrong to remove the
>> focusability from ListView.
>>
>> > all children are focusable
>>
>> That's your problem. This is what causes the aforementioned bug. When
>> you do this, you need to tell ListView that is children are focusable.
>>
>> --
>> Romain Guy
>> Android framework engineer
>> romain...@android.com
>>
>> Note: please don't send private questions to me, as I don't have time
>> to provide private support.  All such questions should be posted on
>> public forums, where I and others can see and answer them
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

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

Reply via email to