april wrote:
> Does relative layout work? or there are some problems with following
> xml file?

RelativeLayout works.

You forgot the android: prefix on all your id attributes (e.g., it's 
<TextView android:id="@+id/label" ...>). Add those in, and you will find 
that your layout works fine.

That change came in with the M5 SDK release, so there are some tutorials 
and stuff floating around that still show the old style.

-- 
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 Developers" 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-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to