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

19 lines
684 B
XML
Raw Normal View History

2017-11-29 16:07:26 +01:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/dexcomg5_upload">
<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>
</PreferenceScreen>