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

19 lines
809 B
XML
Raw Normal View History

2017-05-06 15:18:19 +02:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
2017-05-06 15:18:19 +02:00
<PreferenceCategory
android:key="xdripstatus"
android:title="@string/xdripstatus_settings">
<SwitchPreference
android:defaultValue="true"
2019-12-28 15:00:16 +01:00
android:key="@string/key_xdripstatus_detailediob"
2017-05-06 15:18:19 +02:00
android:title="@string/wear_detailedIOB_title"
android:summary="@string/wear_detailedIOB_summary"/>
2017-05-09 23:23:37 +02:00
<SwitchPreference
android:defaultValue="false"
2019-12-28 15:00:16 +01:00
android:key="@string/key_xdripstatus_showbgi"
2017-05-09 23:23:37 +02:00
android:title="@string/wear_showbgi_title"
android:summary="@string/wear_showbgi_summary"/>
2017-05-06 15:18:19 +02:00
</PreferenceCategory>
</androidx.preference.PreferenceScreen>