FIXED IT. I am not sure exactly how I fixed it, but I just deleted the TextView from the XML file, then re-added it. Now it works!
Thanks! On May 13, 11:33 am, Brill Pappin <[email protected]> wrote: > Based on what you and others have posted for this thread, my gut feeling is > that your layout is hiding the TextView somehow. > This could be a colour problem (black text on black background) or a layout > problem where it's squashed or covered by another component. > > Try this: > add android:text="Here i am" to your TextView tag and see if it shows up > without programatically setting a value on it. If it does, then you have > another problem, but if you can't see it, you have a layout/colour problem. > > - Brill Pappin -- 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

