Files
fenix8v3-watchface/resources/settings/properties.xml
ericwyuan 4d96ab0912 Update watch face: modular refactor + OWM/Solar/background + codegen tools
- Split render into FieldTable/Fields/Icons/Layout/Settings modules
- Add Fenix8V3Background, Owm (weather), Solar modules
- Add tools/ generators (gen_fields/gen_icons/gen_themes/gen_preview_svg)
- Tune README/manifest/strings/settings
2026-09-10 07:10:55 +08:00

24 lines
1.2 KiB
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>
<!-- Field ids follow https://watchface.io/docs/datafields; the defaults are
the comps: sunrise, forecast high/low, distance, steps. -->
<property id="LeftTop" type="number">712</property>
<property id="RightTop" type="number">639</property>
<property id="BottomLeft" type="number">3</property>
<property id="BottomRight" type="number">1</property>
<property id="TempUnit" type="number">0</property>
<property id="AltOffset1" type="number">0</property>
<property id="AltOffset2" type="number">0</property>
<property id="OwmKey" type="string"></property>
<property id="Custom1" type="string"></property>
<property id="Custom2" type="string"></property>
<property id="Custom3" type="string"></property>
<property id="ShowTop" type="boolean">true</property>
<property id="ShowBand" type="boolean">true</property>
<property id="ShowBottom" type="boolean">true</property>
</properties>