I found another typo in android developer resource site.

http://developer.android.com/resources/faq/commontasks.html

Selecting, Highlighting, or Styling Portions of Text

<string>id="@+id/styled_welcome_message">We are <b><i>so</i></b> glad
to see you.</string>

should be

<string id="@+id/styled_welcome_message">We are <b><i>so</i></b> glad
to see you.</string>

-- 
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

Reply via email to