Well you are setting the text color to something that is completely
transparent, so that is expected.

For the other stuff, what context are you using?  Be sure you are
using your activity or one derived from your activity.

On Apr 9, 5:19 am, simon <[EMAIL PROTECTED]> wrote:
> 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