2017-02-14 15:41:30 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
|
|
|
android:key="virtualpump"
|
|
|
|
android:title="@string/virtualpump_settings">
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="virtualpump_uploadstatus"
|
|
|
|
android:title="@string/virtualpump_uploadstatus_title" />
|
2018-05-03 00:59:33 +02:00
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:defaultValue="1"
|
|
|
|
android:entries="@array/virtualPumpTypes"
|
|
|
|
android:entryValues="@array/virtualPumpTypes"
|
2018-08-23 18:46:06 +02:00
|
|
|
android:key="@string/key_virtualpump_type"
|
2018-05-03 00:59:33 +02:00
|
|
|
android:title="@string/virtualpump_type" />
|
2017-02-14 15:41:30 +01:00
|
|
|
</PreferenceCategory>
|
|
|
|
|
2018-05-03 00:59:33 +02:00
|
|
|
|
2017-02-14 15:41:30 +01:00
|
|
|
</PreferenceScreen>
|