2018-06-11 17:26:31 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-01-09 21:41:02 +01:00
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
2018-06-11 17:26:31 +02:00
|
|
|
<PreferenceCategory
|
2021-02-15 19:36:29 +01:00
|
|
|
android:key="@string/key_dexcom_settings"
|
2020-01-09 21:41:02 +01:00
|
|
|
android:title="@string/bgsource_upload"
|
|
|
|
app:initialExpandedChildrenCount="0">
|
2018-06-11 17:26:31 +02:00
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/key_dexcomg5_nsupload"
|
|
|
|
android:title="@string/dexcomg5_nsupload_title" />
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/key_dexcomg5_xdripupload"
|
|
|
|
android:summary="@string/dexcomg5_xdripupload_summary"
|
|
|
|
android:title="@string/dexcomg5_xdripupload_title" />
|
|
|
|
|
2019-12-30 23:26:48 +01:00
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="@string/key_dexcom_lognssensorchange"
|
|
|
|
android:summary="@string/dexcom_lognssensorchange_summary"
|
|
|
|
android:title="@string/dexcom_lognssensorchange_title" />
|
|
|
|
|
2018-06-11 17:26:31 +02:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
2020-01-08 20:20:20 +01:00
|
|
|
</androidx.preference.PreferenceScreen>
|