1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-31 11:03:57 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_expose_hr_thirdparty.xml

11 lines
503 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<SwitchPreferenceCompat
android:defaultValue="false"
2020-08-16 21:49:55 +02:00
android:icon="@drawable/ic_settings_remote"
android:key="expose_hr_thirdparty"
android:layout="@layout/preference_checkbox"
android:summary="@string/pref_summary_expose_hr"
android:title="@string/pref_title_expose_hr" />
</androidx.preference.PreferenceScreen>