On Wed, Jun 15, 2011 at 11:48 AM, Sergi <[email protected]> wrote: > I'm trying to place a `RelativeLayout` below a `LinearLayout` that > is nested inside another `LinearLayout` and it's not working. >
That's not what your XML shows - your XML shows a RelativeLayout below a LinearLayout nested insided another *Relative*Layout. > Is there any way I can do that? > Yes - do exactly as you described, with the right property settings. Without a clear visual indication of what you're trying to achieve, it's hard to say more than that. ------------------------------------------------------------------------------------------------- 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

