initial commit
This commit is contained in:
24
resources/settings/properties.xml
Executable file
24
resources/settings/properties.xml
Executable file
@ -0,0 +1,24 @@
|
||||
<properties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://developer.garmin.com/downloads/connect-iq/resources.xsd">
|
||||
|
||||
<property id="BackgroundColor" type="number">0x000000</property>
|
||||
<property id="ForegroundColor" type="number">0xFF0000</property>
|
||||
<property id="UseMilitaryFormat" type="boolean">false</property>
|
||||
|
||||
<!-- main hands marks -->
|
||||
<!-- start mark -->
|
||||
<property id="Main/Marks/0/Type" type="number">2</property>
|
||||
<property id="Main/Marks/0/Color" type="number">0xFFFFFF</property>
|
||||
|
||||
<!-- primary mark -->
|
||||
<property id="Main/Marks/1/Type" type="number">1</property>
|
||||
<property id="Main/Marks/1/Color" type="number">0xFFFFFF</property>
|
||||
|
||||
<!-- secondary mark -->
|
||||
<property id="Main/Marks/2/Type" type="number">1</property>
|
||||
<property id="Main/Marks/2/Color" type="number">0xFFFFFF</property>
|
||||
|
||||
<!-- tertiary mark -->
|
||||
<property id="Main/Marks/3/Type" type="number">1</property>
|
||||
<property id="Main/Marks/3/Color" type="number">0x5F5F5F</property>
|
||||
|
||||
</properties>
|
||||
Reference in New Issue
Block a user