mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 09:01:55 +01:00
Resolve heartrate missing tab issue
This commit is contained in:
parent
822836a61c
commit
88c2c159f6
@ -3042,6 +3042,7 @@
|
||||
<item>@string/pref_header_hrv_status</item>
|
||||
<item>@string/body_energy</item>
|
||||
<item>@string/menuitem_vo2_max</item>
|
||||
<item>@string/menuitem_hr</item>
|
||||
<item>@string/menuitem_stress</item>
|
||||
<item>@string/menuitem_pai</item>
|
||||
<item>@string/stats_title</item>
|
||||
@ -3059,6 +3060,7 @@
|
||||
<item>@string/p_hrv_status</item>
|
||||
<item>@string/p_body_energy</item>
|
||||
<item>@string/p_vo2max</item>
|
||||
<item>@string/p_heartrate</item>
|
||||
<item>@string/p_stress</item>
|
||||
<item>@string/p_pai</item>
|
||||
<item>@string/p_speed_zones</item>
|
||||
@ -3076,6 +3078,7 @@
|
||||
<item>@string/p_hrv_status</item>
|
||||
<item>@string/p_body_energy</item>
|
||||
<item>@string/p_vo2max</item>
|
||||
<item>@string/p_heartrate</item>
|
||||
<item>@string/p_steps_week</item>
|
||||
<item>@string/p_stress</item>
|
||||
<item>@string/p_pai</item>
|
||||
|
@ -110,6 +110,7 @@
|
||||
<item name="p_hrv_status" type="string">hrvstatus</item>
|
||||
<item name="p_body_energy" type="string">bodyenergy</item>
|
||||
<item name="p_vo2max" type="string">vo2max</item>
|
||||
<item name="p_heartrate" type="string">heartrate</item>
|
||||
<item name="p_live_stats" type="string">livestats</item>
|
||||
<item name="p_spo2" type="string">spo2</item>
|
||||
<item name="p_temperature" type="string">temperature</item>
|
||||
|
Loading…
Reference in New Issue
Block a user