mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
MetricsSamples: add experimental UI visualisation paths
- (de-)activate via Settings / Developer Options / Experimental metrics UI - UI currently uses this only for TrainingAcuteLoad, TrainingChronicLoad and RestingMetabolicRate - Garmin devices are the only ones that actually record these values in the database
This commit is contained in:
@@ -540,6 +540,14 @@
|
||||
android:summary="@string/pref_experimental_settings_summary"
|
||||
android:title="@string/pref_experimental_settings_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:defaultValue="false"
|
||||
android:key="experimental_metrics"
|
||||
android:layout="@layout/preference_checkbox"
|
||||
android:summary="@string/pref_experimental_metrics_summary"
|
||||
android:title="@string/pref_experimental_metrics_title"
|
||||
app:iconSpaceReserved="false" />
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen
|
||||
|
||||
Reference in New Issue
Block a user