[android-developers] Re: RelativeLayout Help

2008-10-17 Thread Mark Murphy
Al_R wrote: Hi all, I'm trying to position elements using the RelativeLayout system, but the 1st element is giving me headache. I can't find a way to make it align with another element next to it and also not push the EditText element from out of the screen. The EditText box is at the

[android-developers] Re: RelativeLayout Help

2008-10-17 Thread shailesh prakash
Thanks Mark for your kind suggestion. I never know these detail about rendering on Android but I use scroll view for a long registration page and it works fine with large text view. Also I supply constant text in edit text as it make single pass and I suppress forward reference for text view