Issue with graphics on some watchfaces

There are some watchfaces available where some of the array graphics are displayed incorrectly using the firmware but using Eric’s Launcher there is no issue.

To fix the watch face, open up clock_skin.xml and add 200 to the value of the array graphic causing the issue.

An example watch face with the issue is plus.google.com/+zsoltm1/posts/fJZCpZxcpTH (clicking on link doesnt work so copy+paste it into a new tab etc)

The battery level array is shifted left. You need to change

	<name>BATT.xml</name>
	<arraytype>14</arraytype>
	<centerX>297</centerX>

to

	<name>BATT.xml</name>
	<arraytype>14</arraytype>
	<centerX>497</centerX>

Hope that helps anyone else having this issue with some faces.