Thank you. But when I change the orientation of the layout to horizontal, I
can only make the all the buttons align in a row. I have so many buttons on
the layout, I need them align like this:
Button1 Botton2 Botton3
Button4 Button5 Button6
Button7 Button8 Button9
I want to align them both in rows and in columns like the keys in the dial
keyboard. Any suggestions? Thank you very much.

On Mon, Apr 12, 2010 at 1:30 AM, Vinay S <s.vinay....@gmail.com> wrote:

> Hi,
>
> I hope you are using LinearLayout as your base Layout.. If so, look
> for orientation in the properties of this obj and change it to
> horizontal.
>
> Vinay
>
> On Apr 12, 10:47 am, xlshe <dianyuangua...@gmail.com> wrote:
> > Hi all,
> >
> > I want to create three button on the layout. But the default align of
> > the buttons is in a column like:
> > Button1
> > Button2
> > Button3
> > But I want to the three buttons align in a row in order to save space.
> > The align of the three buttons I need is :
> > Button1  Botton2  Botton3
> >
> > Would you please tell me how to do that? Thank you very much!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to