[android-developers] Newbie Layout Help

2011-09-17 Thread fog
Hey folkes, I need a bit of help with learning how to layout my app. I'm fairly new to Android programming, and so far the most difficult aspect I have been finding is getting the layout for my app just the way I want it. I'm after going through tutorials, video tutorials, etc, but I can't see

Re: [android-developers] Newbie Layout Help

2011-09-17 Thread TreKing
On Sat, Sep 17, 2011 at 2:50 PM, fog 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 th

Re: [android-developers] Newbie Layout Help

2011-09-17 Thread fog
Thanks for your reply. I made the changes you suggested, removing the two LinearLayout's that contained the btn2 and btn3, but the same thing is happening, still pushing up from the bottom. Is there some way to "anchor" the Header Image to the top while also anchoring the btn2/btn3 LinearLayou

Re: [android-developers] Newbie Layout Help

2011-09-17 Thread TreKing
On Sat, Sep 17, 2011 at 4:54 PM, fog wrote: > I made the changes you suggested, removing the two LinearLayout's that > contained the btn2 and btn3, but the same thing is happening, still pushing > up from the bottom. A picture is worth a 1000 words.