tinyang wrote:
> Makes sense Andrei. Thanks for the reply.   So I made the change you
> suggested and it still has not changed the layout.  Any other
> suggestions?  Here is my current xml code after these suggested changes:

This should not even build.

> <TextView android:id=/"@+id/title"/
> 
> android:layout_width=/"wrap_content"/
> 
> android:layout_height=/"wrap_content"/
> 
> android:layout_above=/"@id/guide"/
> 
> android:layout_centerHorizontal=/"true"/
> 
> android:text=/"BirdTracker Main Menu"/

You cannot reference @id/guide here, because that widget has not been
declared yet.

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

_Android Programming Tutorials_ Version 1.0 In Print!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to