mirror of
https://github.com/dyuri/garmin-repafield.git
synced 2026-09-23 20:24:21 +00:00
#2 pace/speed switch
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<properties>
|
||||
<property id="appVersion" type="string">1.1.1</property>
|
||||
<property id="appVersion" type="string">1.1.2</property>
|
||||
<property id="themeColor" type="string">0</property>
|
||||
<property id="themeColor2" type="string">0088FF</property>
|
||||
<property id="themeColor3" type="string">FFFF00</property>
|
||||
<property id="hrDisplay" type="number">0</property>
|
||||
<property id="speedNotPace" type="boolean">false</property>
|
||||
</properties>
|
||||
|
||||
@@ -19,5 +19,7 @@
|
||||
<listEntry value="2">@Strings.HrZone</listEntry>
|
||||
</settingConfig>
|
||||
</setting>
|
||||
|
||||
<setting propertyKey="@Properties.speedNotPace" title="@Strings.SpeedNotPace">
|
||||
<settingConfig type="boolean" />
|
||||
</setting>
|
||||
</settings>
|
||||
@@ -8,4 +8,5 @@
|
||||
<string id="HrValue">Value</string>
|
||||
<string id="HrPercentage">Percentage</string>
|
||||
<string id="HrZone">Zone</string>
|
||||
<string id="SpeedNotPace">Show speed instead of pace</string>
|
||||
</strings>
|
||||
|
||||
Reference in New Issue
Block a user