I was doing that but i was doing INVISIBLE and VISIBLE, so invisible
layout was still occupying layout space. So I used GONE and VISIBLE.
this worked. I am a moron :) it should have struck to my mind

anyways, hope it helps somebody else

thanks and regards
Jagat

On Nov 21, 6:07 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> 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 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