Jags wrote: > i have put 6 linearlayouts in the main.xml file vertically arranged in > the main linearlayout. initially i want 1, 2, 3 and 6 ll to be > displayed, then after sometime, 1, 2, 3, 4, 6 and then after some time > 1, 2, 3, 4, 5, 6 > > is it possible ?
Set the visibility of the ones you do not want to HIDE. Set the visibility of the hidden ones you want to show to VISIBLE. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android_ from Apress Now Available! -- 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

