Hi,

I´m having some trouble figuring out how to handle views that are GONE in a
RelativeLayout.
I have a ListView that is aligned below a View using
android:layout_below="@id/view". However, the view can be toggled and is
sometimes GONE. At the moment when I toggle the GONE state on the view
I add a new rule to the ListView that aligns it below another view. It
works, but gives some issues in Android 1.5 when the layout changes when the
software keyboard is shown.
What I´m missing is the ability to add multiple "below rules" eg:

android:layout_below="@id/viewA"
android:layout_below="@id/viewB"

Any input is much appreciated!

-- 
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