I'm resting for a race this weekend so instead of immediately taking it for a ski or run I'm sitting in front of the computer playing with ConnectIQ.
I've been dabbling with this watch face that features my ski shops logo. Barring the fact that I'm no designer and it does not look very polished I see significant differences between the simulator and actual device.
Have I done something wrong?
Simulator:
Actual Watch:
Layout code:
<layout id="WatchFace" background="Gfx.COLOR_WHITE">
<drawable id="testd" />
<bitmap id="CyclovaXC" x="49" y="center" filename="../images/Logo.png" />
<label id="TimeLabel" x="5" y="111" font="Gfx.FONT_NUMBER_MILD" justification="Gfx.TEXT_JUSTIFY_LEFT" color="Gfx.COLOR_DK_GREEN" />
<label id="Seconds" x="73" y="131" font="Gfx.FONT_SMALL" justification="Gfx.TEXT_JUSTIFY_LEFT" color="Gfx.COLOR_BLACK" />
<label id="Steps" x="5" y="5" font="Gfx.FONT_SMALL" justification="Gfx.TEXT_JUSTIFY_LEFT" color="Gfx.COLOR_RED" />
<label id="Battery" x="200" y="131" font="Gfx.FONT_SMALL" justification="Gfx.TEXT_JUSTIFY_RIGHT" color="Gfx.COLOR_RED" />
<label id="Date" x="5" y="94" font="Gfx.FONT_SMALL" justification="Gfx.TEXT_JUSTIFY_LEFT" color="Gfx.COLOR_BLACK" />
</layout>