Carl wrote:
> What I'm trying to achieve is this:
> 
> A label with "Band" in it, and next to it a textbox in which to type
> the band's name, then underneath the "Band" label a label "Members",
> and next to it a textbox to type the members.
> Then underneath all of this, a save button and a cancel button.

LinearLayout
        LinearLayout
                TextView
                EditText
        LinearLayout
                TextView
                EditText
        LinearLayout
                Button
                Button

> Undortunately, all my attempts to use a linearlayout have caused the
> buttons to disappear....
> 
> Thanks for the advice on the hierarchyviewer though. I'm now able to
> see whats happening, but it still makes no difference. I can't make it
> display the way I want it to

Did you follow the other steps I outlined? If yes, and it still does not
work, post the layout XML.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to