Saturday, September 17, 2011

Re: [android-developers] Newbie Layout Help

On Sat, Sep 17, 2011 at 2:50 PM, fog <cquilliam@gmail.com> 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 - 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment