AndroidAPS/app/src/main/res/xml/pref_bgsource.xml

22 lines
826 B
XML
Raw Normal View History

2017-11-29 16:07:26 +01: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">
2017-11-29 16:07:26 +01:00
<PreferenceCategory
2020-01-09 21:41:02 +01:00
android:title="@string/bgsource_upload"
app:initialExpandedChildrenCount="0">
2017-11-29 16:07:26 +01:00
<SwitchPreference
android:defaultValue="false"
android:key="@string/key_dexcomg5_nsupload"
android:title="@string/dexcomg5_nsupload_title" />
2017-12-14 21:49:11 +01:00
<SwitchPreference
android:defaultValue="false"
android:key="@string/key_dexcomg5_xdripupload"
android:summary="@string/dexcomg5_xdripupload_summary"
android:title="@string/dexcomg5_xdripupload_title" />
2017-11-29 16:07:26 +01:00
</PreferenceCategory>
</androidx.preference.PreferenceScreen>