[android-developers] Re: Problem Centering and Padding Buttons in Layout

2008-04-29 Thread Kyle R
Thank you. On Apr 29, 10:21 pm, "Romain Guy" <[EMAIL PROTECTED]> wrote: > Oops, sent too fast. Used android:layout_marginTop="XXdip" or > android:layout_marginBottom="XXdip", depending on whether you put this > attribute on Button 4 or Button 3. > > > > > > On Tue, Apr 29, 2008 at 7:13 PM, Kyle R

[android-developers] Re: Problem Centering and Padding Buttons in Layout

2008-04-29 Thread Romain Guy
Oops, sent too fast. Used android:layout_marginTop="XXdip" or android:layout_marginBottom="XXdip", depending on whether you put this attribute on Button 4 or Button 3. On Tue, Apr 29, 2008 at 7:13 PM, Kyle R <[EMAIL PROTECTED]> wrote: > > Is there a way to space the last button so its placed furt

[android-developers] Re: Problem Centering and Padding Buttons in Layout

2008-04-29 Thread Romain Guy
Use android:layout_margin. On Tue, Apr 29, 2008 at 7:13 PM, Kyle R <[EMAIL PROTECTED]> wrote: > > Is there a way to space the last button so its placed further from the > top 3? It's not the padding option. It would therefore look like: > > <- - - - -> > > > 1 > 2 > 3 > > 4 > >

[android-developers] Re: Problem Centering and Padding Buttons in Layout

2008-04-29 Thread Kyle R
Is there a way to space the last button so its placed further from the top 3? It's not the padding option. It would therefore look like: <- - - - -> 1 2 3 4 <- - - - -> Thanks again for your help. On Apr 29, 9:51 pm, Kyle R <[EMAIL PROTECTED]> wrote: > That worked per

[android-developers] Re: Problem Centering and Padding Buttons in Layout

2008-04-29 Thread Kyle R
That worked perfectly, thank you very much. On Apr 29, 9:05 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > Kyle R wrote: > > I cannot figure out how to make 4 buttons, arranged vertically in a > > row, centered both vertically and horizontally on the screen.  I don't > > get why this is so difficul

[android-developers] Re: Problem Centering and Padding Buttons in Layout

2008-04-29 Thread Mark Murphy
Kyle R wrote: > I cannot figure out how to make 4 buttons, arranged vertically in a > row, centered both vertically and horizontally on the screen. I don't > get why this is so difficult. Is there a complete list of button > attributes for the xml file and what they accomplish somewhere? > > Wh