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
952 B
27 lines
952 B
<resources> |
|
|
|
<properties> |
|
<property id="showHeartRate" type="boolean">true</property> |
|
<property id="showDigitalTime" type="boolean">false</property> |
|
<property id="digitalTimeOffset" type="number">0</property> |
|
</properties> |
|
|
|
<strings> |
|
<string id="ShowHeartRateLabel">Show heart rate graph and cur/min/max values</string> |
|
<string id="ShowDigitalTimeLabel">Show digital time</string> |
|
<string id="DigitalTimeOffsetLabel">Digital time offset (integer, +-24)</string> |
|
</strings> |
|
|
|
<settings> |
|
<setting propertyKey="@Properties.showHeartRate" title="@Strings.ShowHeartRateLabel"> |
|
<settingConfig type="boolean" /> |
|
</setting> |
|
<setting propertyKey="@Properties.showDigitalTime" title="@Strings.ShowDigitalTimeLabel"> |
|
<settingConfig type="boolean" /> |
|
</setting> |
|
<setting propertyKey="@Properties.digitalTimeOffset" title="@Strings.DigitalTimeOffsetLabel"> |
|
<settingConfig type="numeric" /> |
|
</setting> |
|
</settings> |
|
|
|
</resources>
|
|
|