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

20 lines
780 B
XML
Raw Normal View History

2016-07-14 23:29:21 +02:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="smscommunicator"
android:title="@string/smscommunicator">
<EditTextPreference
android:title="@string/smscommunicator_allowednumbers"
android:summary="@string/smscommunicator_allowednumbers_summary"
android:key="smscommunicator_allowednumbers"
android:defaultValue="">
</EditTextPreference>
<SwitchPreference
android:defaultValue="false"
android:key="smscommunicator_remotebolusingallowed"
android:title="@string/smscommunicator_remotebolusingallowed" />
</PreferenceCategory>
</PreferenceScreen>