Vista Theme for Battery Status - by Nostramo.

Only a couple of considerations.

If you want BS show the logo of your Mobile Operator, you must do some changes in the "BSVistaTheme.xml" file.

By default, Operator Name goes on Row 1 in the 2nd. content box (without logo), and the code for that is:

	<Item type="iconvalue" class="mobile_operator_homezone">

Like Operator logo is not generic, you should create our own logo for your Operator (a 14x14 pixel (or lower), 24 bit bitmap file). When you have a logo file, do this:

- Open "BSVistaTheme.xml" file with notepad.
- Look for the code mentioned above.
- Under that code there is a series of lines (lines marked within "<!--" and "-->" are commented lines and dont't be executed)
- Localize the line with the code:
	
	<image src="HomeIcon.bmp" width="10" height="9" left="0" top="3" transparent="020202" vga="0" />

- This is the line for the logo. Instead of "homeicon.bmp" put the name of your .bmp file. The tags "left" and "top" are for adjusting the position of the logo (in pixels) relative to it's content box. The tag "transparent" is the hexadecimal value of the background color of the logo, to make it transparent.
- Next, localize the line with the code:

	<label align="left" left="4" top="0" width="66" />

- This is the line for the Mobile Operator name. Adjust the position of the name with the tags "left" and "top". Adjust the text-align with the tag "align" (values: left, center, right). Finally, adjust the large of the label with the tag "Width" (in pixels).


Don't forget to copy your .bmp file into the route "\Windows\BatteryStatus\BSVistaTheme" of your device.

One more thing: I've put my Mobile Operator into the 1st. Row, but perhaps you could want to put it in another Row or create a new row. The tags "<Row>" and "</Row>" indicate that the code into them is one row of the plugin. Tags "<View>" and "</View>" indicate that the code into them is that you see when you tap in a row (e.g.: when you tap in the incoming calls row, it changes to outgoing calls (another view) and next to both incoming and outgoing calls (another more view). Look at the code of the .xml file and do practice ;)

Enjoy the Theme and support the BatteryStatus Project !!

Regards.
Nostramo