2011-01-26 02:32:36 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<PreferenceCategory
|
2011-02-18 20:18:39 +00:00
|
|
|
android:title="@string/p_conn_udp">
|
2011-01-26 02:32:36 +00:00
|
|
|
|
|
|
|
<EditTextPreference
|
|
|
|
android:key="udp.server"
|
|
|
|
android:defaultValue="@string/aprs_server"
|
|
|
|
android:hint="@string/p_host_hint"
|
|
|
|
android:inputType="textUri"
|
|
|
|
android:title="@string/p_host"
|
|
|
|
android:summary="@string/p_host_summary"
|
|
|
|
android:dialogTitle="@string/p_host_entry" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
|