blob: caa1e1c4362263498f09a5c3d4107af4bb8d74bc [file] [log] [blame] [raw]
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:key="server_address"
android:title="Server address"
android:hint="10.1.1.1"
android:singleLine="true"/>
<EditTextPreference
android:key="server_port"
android:title="Server port"
android:numeric="integer"
android:defaultValue="3446"
android:singleLine="true"/>
</PreferenceScreen>