Re: [android-beginners] Re: Alignment problem of EditText and Button in LinearLayout

2010-03-17 Thread Luca Bedogni
Also adding layout_gravity to the button could help. On Wed, Mar 17, 2010 at 4:27 PM, Kitzy wrote: > I'm not 100% sure on your problem, but you could simplify thing > emenssly by using a RelativeLayout, and that may help you problem at > the same time. > > See: > http://developer.android.com/re

[android-beginners] Re: Alignment problem of EditText and Button in LinearLayout

2010-03-17 Thread Kitzy
I'm not 100% sure on your problem, but you could simplify thing emenssly by using a RelativeLayout, and that may help you problem at the same time. See: http://developer.android.com/resources/articles/layout-tricks-efficiency.html -Kitzy On Mar 10, 6:24 am, Sven Jacobs wrote: > Hi all, > > thi