- Restore watchface-kit design (500x500, scaled per device) - 7 themes auto-generated from tokens via gen_themes.py -> Themes.mc - Four-segment gradient progress ring (22+21 ticks, 4 anchor dots) - Center time, date band w/ Bluetooth icon, top battery + dual complications, bottom distance/steps - 17 devices compiled clean (SDK 9.1.0) - Includes browser/JS preview (preview.html) + 7-theme SVG sheet
13 lines
578 B
XML
13 lines
578 B
XML
<properties>
|
|
<property id="Theme" type="number">1</property>
|
|
<property id="RingTR" type="number">0</property>
|
|
<property id="RingTL" type="number">1</property>
|
|
<property id="RingBR" type="number">4</property>
|
|
<property id="RingBL" type="number">3</property>
|
|
<property id="LeftTop" type="number">1</property>
|
|
<property id="RightTop" type="number">0</property>
|
|
<property id="ShowTop" type="boolean">true</property>
|
|
<property id="ShowBand" type="boolean">true</property>
|
|
<property id="ShowBottom" type="boolean">true</property>
|
|
</properties>
|