Re: [android-developers] Re: How can i vertically align items in RelativeLayout?

2010-06-10 Thread Thierry Legras
Hi Kumar, Thanks for your help. Indeed no, they are not below one another but on an horizontal line like this: | ImaveView |[TextView][EditText] | ImaveView | | ImaveView | And basically i want to do this: | ImaveView | | ImaveView |[TextView][EditText] | ImaveView | (there is only one

[android-developers] Re: How can i vertically align items in RelativeLayout?

2010-06-09 Thread Kumar Bibek
If you want the views to be below one another, you should be using android:layout_below and not android:layout_toRightOf. To align them, use android:layout_alignLeft, or alignRight etc. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Jun 10, 3:00 am, Thierry Legras