initial commit

This commit is contained in:
2025-10-09 14:37:45 +03:00
commit 7f98da51da
15 changed files with 309 additions and 0 deletions

4
resources/layouts/layout.xml Executable file
View File

@ -0,0 +1,4 @@
<layout id="WatchFace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://developer.garmin.com/downloads/connect-iq/resources.xsd">
<drawable class="Background" />
<label id="TimeLabel" x="center" y="center" font="Graphics.FONT_LARGE" justification="Graphics.TEXT_JUSTIFY_CENTER" color="Graphics.COLOR_BLUE" />
</layout>