If you are saying you are doing this on one of the children views of the list view -- do NOT do this. The ListView class *very* carefully manages its children itself. Trying to do things to them will break it.
On Sat, Nov 6, 2010 at 1:30 AM, Dev Android <[email protected]>wrote: > i've list view and i'm trying to change the order using bringchildtofront > function. But i don't know whether it changes the order permanently or i > need to change it again when scrolling is performed on the list. > > > On Mon, Nov 1, 2010 at 10:50 PM, TreKing <[email protected]> wrote: > >> On Sat, Oct 30, 2010 at 11:55 AM, Dev Android >> <[email protected]>wrote: >> >>> Please suggest me how to use bringchildtofront in the listview of an >>> activity. >> >> >> Please explain what you're trying to do. >> >> >> ------------------------------------------------------------------------------------------------- >> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago >> transit tracking app for Android-powered devices >> >> -- >> 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]<android-developers%[email protected]> >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en > > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. 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 [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

