2016-06-19 20:06:00 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
2016-07-07 17:17:54 +02:00
|
|
|
android:key="openaps"
|
|
|
|
android:title="@string/openapsma">
|
2016-06-19 20:06:00 +02:00
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue=""
|
|
|
|
android:key="openapsma_min_bg"
|
|
|
|
android:numeric="decimal"
|
2016-07-07 17:17:54 +02:00
|
|
|
android:title="@string/openapsma_low_summary" />
|
2016-06-19 20:06:00 +02:00
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue=""
|
|
|
|
android:key="openapsma_max_bg"
|
|
|
|
android:numeric="decimal"
|
2016-07-07 17:17:54 +02:00
|
|
|
android:title="@string/openapsma_high_summary" />
|
2016-06-19 20:06:00 +02:00
|
|
|
|
2016-08-09 15:40:12 +02:00
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue=""
|
|
|
|
android:key="openapsma_target_bg"
|
|
|
|
android:numeric="decimal"
|
|
|
|
android:title="@string/openapsma_target_bg" />
|
|
|
|
|
2016-06-19 20:06:00 +02:00
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:key="openapsma_max_basal"
|
|
|
|
android:numeric="decimal"
|
2017-01-26 00:35:46 +01:00
|
|
|
android:dialogMessage="@string/openapsma_maxbasal_summary"
|
|
|
|
android:title="@string/openapsma_maxbasal_title" />
|
2016-06-19 20:06:00 +02:00
|
|
|
<EditTextPreference
|
|
|
|
android:defaultValue="1.5"
|
|
|
|
android:key="openapsma_max_iob"
|
|
|
|
android:numeric="decimal"
|
2017-01-26 00:35:46 +01:00
|
|
|
android:dialogMessage="@string/openapsma_maxiob_summary"
|
|
|
|
android:title="@string/openapsma_maxiob_title" />
|
2016-06-19 20:06:00 +02:00
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|