Hi,

I am trying to change the text color of a RadioButton (which is
defined in an xml layout and is in a RadioGroup) during the runtime of
my app.

When I change the text color directly in the Eclipse Android Layout
Editor by setting the TextColor property to "@color/red" (which I
defined in strings.xml), it works just fine, but when I try to do this
programmatically during runtime via

myRadioButton.setTextColor(R.color.red);

it only turns the color to grey, not to red as intended.

R.color.red (@color/red) is correctly defined as a hex value
("#FF0000"), and as I said it does turn the text color to red in the
layout editor, but not via a Java command.

Thank you for your help,
Niko

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to