OK, let me give you an example:
if i do this on a TextView that gets added to a List:

                TextView tv = new TextView(ctx);
                tv.setText(text);
                tv.setTextAppearance(ctx,
android.R.attr.textAppearanceLargeInverse);
                tv.setTextColor(16);

the method setTextAppearance() does not have any influence on the text
at all. and if i use setTextColor() the text is not there anymore! is
that how it's meant to be (then i don't get it) or is this a bug?
--~--~---------~--~----~------------~-------~--~----~
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