[android-developers] Re: Adding padding between buttons in a LinearLayout

2009-01-27 Thread kuldipsinh chauhan
y should use AbsoluteLayout instead of using LinearLayout On Tue, Jan 27, 2009 at 3:19 PM, Lutz Schönemann wrote: > > Hi, > > you can try to add a simple View object between the two Buttons. I > found this snippet in the Android source code: > > android:id="@+id/ok_button" >andro

[android-developers] Re: Adding padding between buttons in a LinearLayout

2009-01-27 Thread Inderjeet Singh
Hi Christoph, Great to hear from you and thanks for the reply! layout_margin was exactly what I needed. Inder On Mon, Jan 26, 2009 at 8:59 AM, Christoph Studer wrote: > > Hello Inder, nice to see you here. :-) > > padding{Left,Top,Right,Bottom} is - like in CSS - within the > bounds/border of

[android-developers] Re: Adding padding between buttons in a LinearLayout

2009-01-27 Thread Lutz Schönemann
Hi, you can try to add a simple View object between the two Buttons. I found this snippet in the Android source code: I haven't tried it so I hope it will work ;-) Lutz Am 26.01.2009 um 17:55 schrieb Inderjeet Singh: > > Hi, > > I am probably missing something totally obvious, but can

[android-developers] Re: Adding padding between buttons in a LinearLayout

2009-01-26 Thread Christoph Studer
Hello Inder, nice to see you here. :-) padding{Left,Top,Right,Bottom} is - like in CSS - within the bounds/border of the widget you apply it to. You can use layout_margin{Left,Top,Right,Bottom} attributes to accomplish what you intend to do. Cheers, Christoph On Mon, Jan 26, 2009 at 5:55 PM,