Create a parent layout (LinearLayout, RelativeLayout, GridLayout, etc...) and just make both of your "calcs" have the same layout weight
On Nov 12, 2009 4:23 PM, "AliasXNeo" <[email protected]> wrote: Hello, I'm working on my first Android application which is basically a specialized calculator for a specific card game. What I need is to have two side by side tables of numbers (basically two side by side normal calculators). So, imagine your typical calculator, then imagine two of those side by side on the same form, that's what I need. Now, I just started developing this week, so I'm still really new. But basically I need to know how I can have two tables share equal space in my LinearLayout. I want each calculator table to share equal space (with a tad bit of padding in between them) in the layout, however I have no idea what attributes to use to do this. Any help is appreciated, thanks. -- 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]<android-beginners%[email protected]> For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -- 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

