kopia lustrzana https://github.com/ge0rg/aprsdroid
38 wiersze
1.1 KiB
XML
38 wiersze
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory
|
|
android:title="@string/p_link_tcpip">
|
|
|
|
<de.duenndns.EditTextPreferenceWithValue
|
|
android:key="tcp.server"
|
|
android:inputType="textUri"
|
|
android:title="@string/p_host"
|
|
android:summary="@string/p_tcptnc_server_summary"
|
|
android:hint="@string/p_host_hint"
|
|
android:defaultValue="euro.aprs2.net"
|
|
android:dialogTitle="@string/p_tcptnc_entry" />
|
|
|
|
<de.duenndns.EditTextPreferenceWithValue
|
|
android:key="tcp.sotimeout"
|
|
android:inputType="number"
|
|
android:title="@string/p_sotimeout"
|
|
android:summary="@string/p_sotimeout_summary"
|
|
android:defaultValue="120"
|
|
android:dialogTitle="@string/p_sotimeout_entry" />
|
|
|
|
<de.duenndns.EditTextPreferenceWithValue
|
|
android:key="tcp.reconnect"
|
|
android:inputType="number"
|
|
android:title="@string/p_reconnect"
|
|
android:summary="@string/p_reconnect_summary"
|
|
android:defaultValue="30"
|
|
android:dialogTitle="@string/p_reconnect_entry" />
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceScreen>
|
|
|