*> Does someone know if it's possible to change a text view style (bold,
> italic...) according to its state (pressed, selected...), the same way
> a drawable can depend on the state using a <selector>?*

Yes, it is possible.  Set the textColor attribute to something like this:
android:textColor="@drawable/my_text_color_selector"

I have done this on several occasions.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


2011/3/10 Clément Plantier <[email protected]>

> Does someone know if it's possible to change a text view style (bold,
> italic...) according to its state (pressed, selected...), the same way
> a drawable can depend on the state using a <selector>?
> I don't want to do that in Java, only with XML styles, but it seems
> that's not possible.
>
> --
> 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

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