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

23 lines
881 B
XML
Raw Normal View History

2017-05-06 15:18:19 +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">
2017-05-06 15:18:19 +02:00
<PreferenceCategory
2020-01-09 21:41:02 +01:00
android:title="@string/xdripstatus_settings"
app:initialExpandedChildrenCount="0">
2017-05-06 15:18:19 +02:00
<SwitchPreference
android:defaultValue="true"
2019-12-28 15:00:16 +01:00
android:key="@string/key_xdripstatus_detailediob"
2020-01-09 21:41:02 +01:00
android:summary="@string/wear_detailedIOB_summary"
android:title="@string/wear_detailedIOB_title" />
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"
2020-01-09 21:41:02 +01:00
android:summary="@string/wear_showbgi_summary"
android:title="@string/wear_showbgi_title" />
2017-05-06 15:18:19 +02:00
</PreferenceCategory>
</androidx.preference.PreferenceScreen>