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

14 lines
512 B
XML
Raw Normal View History

2016-06-26 11:43:26 +02:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="aps_general"
android:title="General">
<ListPreference
android:title="@string/apsmode_title"
android:key="aps_mode"
android:defaultValue="open"
android:entries="@array/aps_modeArray"
android:entryValues="@array/aps_modeValues"/>
</PreferenceCategory>
</PreferenceScreen>