aprsdroid/res/xml/backend.xml

18 wiersze
614 B
XML
Czysty Zwykły widok Historia

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:key="conn_log"
android:title="@string/p_connlog"
android:summary="@string/p_connlog_summary" />
<de.duenndns.ListPreferenceWithValue
android:key="proto"
android:title="@string/p_conntype"
android:entries="@array/p_conntype_e"
android:entryValues="@array/p_conntype_ev"
android:defaultValue="aprsis"
android:dialogTitle="@string/p_conntype_entry" />
</PreferenceScreen>