> I am totally newbie for android. > Today I wrote one example code. > I would put them 3X3. but buttons won't be in same row. > > What I want is here... > > button1 button2 button3 > > button4 button5 button6 > > button7 button8 button9
You could use: -- A nested set of LinearLayouts -- A RelativeLayout, using alignWithParentTop and kin -- A TableLayout -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

