Yes it shows a RelativeLayout(android:id="@+id/volumeBar") below (android:layout_below="@+id/infoCanso") a LinearLayout(android:id="@ +id/infoCanso") which is nested inside another LinearLyout.
I already use the visual editor in eclipse. On 16 jun, 00:08, TreKing <[email protected]> wrote: > 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

