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

15 lines
505 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2017-06-16 14:37:43 +02:00
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:validate="http://schemas.android.com/apk/res-auto">
<PreferenceCategory
android:key="openapsama"
android:title="@string/openapsama">
<SwitchPreference
android:defaultValue="false"
android:key="openapsama_useautosens"
android:title="@string/openapsama_useautosens" />
</PreferenceCategory>
</PreferenceScreen>