Kenny wrote:
> 1. ERROR/TextView: Need text Layout but do not have a width
> Need text Layout but do not have a width

It usually means there is a problem in your layout -- the TextView is 
not specifying its width, and the layout doesn't know what to do.

For example, if your TextView is inside a LinearLayout, you need to 
specify the layout width (e.g., android:layout_width="wrap_content" in 
the layout XML).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Warescription: All titles, revisions, & ebook formats, just $35/year

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to