Sorry if this is just something obvious I'm missing.
I can't get property titles to show up in Garmin Express. The fields are there, and able to be set, but they have nothing to identify them
Complete sourcecode is at https://gitlab.com/nz_brian/HiVisRunField
My resources.xml looks like:
<resources>
<bitmap id="LauncherIcon" filename="images/launcher_icon.png" />
<properties>
<property id="pace_prop" type="number">10</property>
<property id="rest_hr_prop" type="number">55</property>
<property id="max_hr_prop" type="number">175</property>
<property id="show_hr_prop" type="boolean">true</property>
</properties>
<strings>
<string id="pace_title">Average Pace over this many seconds (1 to 600)</string>
<string id="rest_hr_title">Resting Heart Rate</string>
<string id="max_hr_title">Maximum Heart Rate</string>
<string id="show_hr_title">Show Heart Rate?</string>
</strings>
<settings>
<setting propertyKey="pace_prop" title="Rez.Strings.pace_title" prompt="Rez.Strings.pace_title">
<settingConfig type="numeric" />
</setting>
<setting propertyKey="rest_hr_prop" title="Rez.Strings.rest_hr_title" prompt="Rez.Strings.rest_hr_title">
<settingConfig type="numeric" />
</setting>
<setting propertyKey="max_hr_prop" title="Rez.Strings.max_hr_title" prompt="Rez.Strings.max_hr_title">
<settingConfig type="numeric" />
</setting>
<setting propertyKey="show_hr_prop" title="Rez.Strings.show_hr_title" prompt="Rez.Strings.show_hr_title">
<settingConfig type="boolean" />
</setting>
</settings>
</resources>
and what you see in Garmin Express is attached as an image