Jump to content

Recommended Posts

Guest AngelOfRage
Posted

in the xml which value specifies the colour of the Battery and Signal indicator?

basically i want to set them as white but i can't seem to manage it...

this is what ive got at the moment...

<?xml version="1.0"?>

Dan Cooper

[email protected]

simplebasicLightText

simplebasicLightText

simplebasicLightText

simplebasicLightText

simplebasicLightText

simplebasicLightText

simplebasicLightText

simplebasicLightText

1.0

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Missed calls : 

Missed calls : 

Guest scott2eyes
Posted

 <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="20">

  <iconbar fgcolor="#000000"/>

</plugin>

That bit is the iconbar; fgcolor="#000000" sets the foreground colour to black. Changing it to #FFFFFF will set it to white. (It's a hexadecimal code; FF0000 is red, 00FF00 is green, 0000FF is blue.)

Guest AngelOfRage
Posted
 <plugin clsid="{837FC251-FE69-43ad-84E0-EBCEDEBA0884}" name="iconbar" height="20">

  <iconbar fgcolor="#000000"/>

</plugin>

That bit is the iconbar; fgcolor="#000000" sets the foreground colour to black. Changing it to #FFFFFF will set it to white. (It's a hexadecimal code; FF0000 is red, 00FF00 is green, 0000FF is blue.)

<{POST_SNAPBACK}>

so is the Signal Strength and Battery Indicator a Plugin? so you could just get rid of it, or move it to the bottom of the screen?

Guest drblow
Posted

Oh yes! Just position it the same as any other plugin - although it is hard coded to height 20, so don't bother trying to adjust that. :D

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.