- Moderator
- #1
Hi
I'm trying to set the unfocused color of the text on a button. Easy, wouldn't you say?
Well, guess not.
The code below should in my opinion be sufficient to set the text-color of the labe on the button...
The text shows up white, no matter what I do. Editing references.xml makes no difference in the color of the unfocused item
Can somebody help me?
I'm trying to set the unfocused color of the text on a button. Easy, wouldn't you say?
Well, guess not.
The code below should in my opinion be sufficient to set the text-color of the labe on the button...
Code:
<control>
<height>100</height>
<textYOff>30</textYOff>
<textalign>right</textalign>
<description>My Playlists</description>
<type>button</type>
<label>MOVIES</label>
<font>mediastream16</font>
<textcolor>80dedede</textcolor>
<disabledcolor>80dedede</disabledcolor>
<onup>60</onup>
<ondown>60</ondown>
</control>
The text shows up white, no matter what I do. Editing references.xml makes no difference in the color of the unfocused item
Can somebody help me?
Denmark