Brian wrote:
> I've gone through the Notepad tutorials and thought I had a grasp of
> the basics, but apparently not.  I'm trying to create a screen with a
> TextView on top with a row of buttons beneath it, but only the
> TextView is displaying.  The buttons are not.  What am I missing?

You have the TextView height set to fill_parent. Android makes a single 
pass through layout files, so by the time it gets to your buttons, there 
is no more vertical space available.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to