Hi all,

I have a ListView with a footer View that is bind to a custom
ArrayAdapter within a ListActivity. When creating the activity, I fill
in the ArrayAdapter with some items through a dedicated thread. At the
end, the thread calls setListAdapter and requestFocus through a
handler. At this point, everything works fine. I mean, when scrolling
the ListView, all items get hilighted correctly, even when the footer
view gets focused. Now, I need to update the items in the ListView by
adding a few items more. Again, I use a thread to update the
ArrayAdapter and use a handler to post invalidate() on the ListView.
Now, when I scroll down the ListView and reach the footer view, the
last item of the list gets unreadable when losing focus. The same
happens with the first item of the list when reaching a header view or
a parent tab. I tried requestFocus() again but it didn't work. I also
tried android:drawSelectorOnTop="false" with no more result.

Any guess? Help is welcomed.

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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