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

13 lines
439 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="nigthscout"
android:title="@string/nightscout">
<SwitchPreference
android:defaultValue="false"
android:key="syncprofiletopump"
android:title="@string/syncprofiletopump_title" />
</PreferenceCategory>
</PreferenceScreen>