Re: [android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-03 Thread Alex Andro
https://lh4.googleusercontent.com/-qMFSF96RRwo/Up3ZL-y_jhI/AIg/nfxA0p75EkY/s1600/Untitled.png https://lh3.googleusercontent.com/-9U7LyAUTDcA/Up3ZV0WuVgI/AIo/3ftZTRdUu-w/s1600/Untitled2.png Ok, I will post 2 images, I think is the best explanation. In the first one, view3 has

Re: [android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-03 Thread Piren
You checked this doesn't work on a device right? You haven't posted the RelativeLayout that holds them, i'm assuming it using match_parent and not wrap_content for the height. Either way, try wrapping the Relative Layout with a FrameLayout and pass View3 to that layout. On Tuesday, December

Re: [android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-12-02 Thread Justin Anderson
You did not provide enough information... In what way does the rule for view 1 get invalidated? What does the layout look like in both cases? Without knowing these things it is going to be very difficult to help, which is probably why you haven't had a response yet... Thanks, Justin Anderson

[android-developers] RelativeLayout: use layout_below, layout_centerVertical, android:layout_alignParentBottom

2013-11-18 Thread Alex Andro
Hi, It is my first post here, so if do mistakes like wrong place to post or improper question please forgive me. I want to put view1 below view2 that has the property layout_centerVertical=true in a RelativeLayout. I also have an another view, view3 that has the property