On Sat, Sep 17, 2011 at 2:50 PM, fog <[email protected]> wrote: > Keep in mind that I'm very new to this, so its probably something very > obvious that I'm missing here. > > Any help will be greatly appreciated. >
You have your buttons each in their own LinearLayouts. This is pointless and redundant and probably the cause of your problem. You should only need: LinearLayout + btn2 + bn3 Where the two buttons have the alignment properties you've set in their current parent LinearLayouts. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

