[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread SREEHARI
Hi Sunil, In ur code u added 1 Button bar 4 buttons and 1 edittext. I dont know whether u need that editText on the top and button bar on the bottom. For that, write the code for linearlayout with the edittext before the linearLayout with Buttonbar. ?xml version=1.0 encoding=utf-8?

[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread javame_android
Hi Sreehari, I already tried that, but now the button bar doesn't come at the bottom of the screen. It stays at the top of the screen below the the edittext. I want the EditText to be at the top of the screen and the button bar at the bottom of the screen. Thanks for replying though. Can you

[android-developers] Re: Problem in nesting LinearLayout?

2010-03-03 Thread javame_android
Hi, Atlast I managed to solve it. The issue was the LinearLayout's layout_height attribute. I was specifying the height to be 50dip and the image was also of the same height. Just specifying the height as fill_parent solved the issue for me. Thanks anyways. Thanks Regards Sunil -- You