you can add every three button in a linearlayout, and then add the three linearlayout in a father linearlayout
On Apr 12, 2:51 pm, ecss utdallas <[email protected]> wrote: > 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 <[email protected]> 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 <[email protected]> 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 [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%2Bunsubs > > [email protected]> > > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

