AndroidAPS/app/src/main/res/xml/pref_openapsama.xml
2017-01-25 15:18:01 +01:00

14 lines
444 B
XML

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