On Thu, Oct 4, 2012 at 5:36 AM, Darryl Griffiths <[email protected]> wrote:
> I have attached a picture of the video tutorial demonstrating what has > been done. > That looks like the outer Linear Layout is horizontal, not vertical. > I have been trying all sorts, but I cannot get my version to behave like > the latter. I also get this message to: > > "This LinearLayout view is useless (no children, no background, no id, > no style)" > > I have deleted my buttons and other objects, which has left the .XML file > like this: > That's why you're getting the warning. A Linear Layout withing another with no other purpose is redundant and pointless. ------------------------------------------------------------------------------------------------- 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

