Hi ! I've a problem with Android 1.5 and all the previous versions. Simply, I have a ListView with an ArrayAdapter<CharSequence> but when I instantiate a CharSequence with Html.fromHtml (for example "<b>Hi! How are you?</b>") and i put this CharSequence into the ArrayAdapter with the method add(), if the version of Android if lower than 1.6, the ListView is colorless. I don't see the colors, underline ... But with Android 1.6, I don't have this problem.
I've saw the changelog between 1.5 and 1.6 but nothing ... :s Any ideas? -- 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

