1 <?xml version="1.0" encoding="utf-8"?>
3 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
4 <PreferenceCategory android:title="Server">
5 <EditTextPreference android:key="pref_server_hostname" android:title="Hostname"
6 android:defaultValue="192.168.178.222"/>
7 <de.hacksaar.andtuer.IntegerTextPreference android:key="pref_server_port" android:title="Port"
8 android:inputType="number" android:defaultValue="22"/>
10 <PreferenceCategory android:title="User">
11 <EditTextPreference android:key="pref_user_username" android:title="Username"/>
12 <EditTextPreference android:key="pref_user_keyfile" android:title="Keyfile"
13 android:defaultValue="/sdcard/.ssh/id_rsa"/>