Jump to content

Change the color of name on shirt to black


wicksy87

Recommended Posts

Have a look in the tactics icon info panel overview.xml for the font info.

Something like this..

<!--name-->

<widget class="text" id="name" size="6" alignment="bottom,can_scale" font="title" multiline="false" style="semi_bold">

<layout class="stick_to_sides_attachment" alignment="bottom" inset="45" />

</widget>

insert colour="xxxx" into the first set of brackets. EG,

<!--name-->

<widget class="text" id="name" size="6" alignment="bottom,can_scale" font="title" colour="black" multiline="false" style="semi_bold">

<layout class="stick_to_sides_attachment" alignment="bottom" inset="45" />

</widget>

Link to post
Share on other sites

I have found this. where exactly should i insert it mate

<!--name-->

<container height="30">

<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>

<container class="bordered_box" appearance="boxes/bordered/tactics/paper" id="nmcn">

<layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>

<widget class="text" id="name" spec="pitch" size="7" font="title" alignment="centre,can_scale" multiline="false" style="semi_bold, shadowed"/>

Link to post
Share on other sites

in the widget line.. if its the right place.

<widget class="text" id="name" spec="pitch" size="7" font="title" colour="black" alignment="centre,can_scale" multiline="false" style="semi_bold, shadowed"/>

Link to post
Share on other sites

changed to this and it is still white. i have reloaded skin

<!--name-->

<widget class="text" id="name" size="6" alignment="bottom,can_scale" font="title" colour="black" multiline="false" style="semi_bold">

<layout class="stick_to_sides_attachment" alignment="bottom" inset="48" />

</widget>

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...