You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
963 B
27 lines
963 B
<resources> |
|
|
|
<properties> |
|
<property id="showHeartRate" type="boolean">true</property> |
|
<property id="showSecondTime" type="boolean">false</property> |
|
<property id="secondTimeOffset" type="number">0</property> |
|
</properties> |
|
|
|
<strings> |
|
<string id="ShowHeartRateLabel">Show heart rate graph and min/max values</string> |
|
<string id="ShowSecondTimeLabel">Show second (digital) time</string> |
|
<string id="SecondTimeOffsetLabel">Second (digital) time hour offset (integer, +-24)</string> |
|
</strings> |
|
|
|
<settings> |
|
<setting propertyKey="@Properties.showHeartRate" title="@Strings.ShowHeartRateLabel"> |
|
<settingConfig type="boolean" /> |
|
</setting> |
|
<setting propertyKey="@Properties.showSecondTime" title="@Strings.ShowSecondTimeLabel"> |
|
<settingConfig type="boolean" /> |
|
</setting> |
|
<setting propertyKey="@Properties.secondTimeOffset" title="@Strings.SecondTimeOffsetLabel"> |
|
<settingConfig type="numeric" /> |
|
</setting> |
|
</settings> |
|
|
|
</resources>
|
|
|